#d472db

Color #D472DB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D472DB

Tints of Orchid #D472DB

Color information

#D472DB (or 0xD472DB) is unknown color: approx Orchid. HEX triplet: D4, 72 and DB. RGB value is (212,114,219). Sum of RGB (Red+Green+Blue) = 212+114+219=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #D472DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D472DB is #2B8D24. Grayscale: #9A9A9A. Windows color (decimal): -2854181 or 14381780. OLE color: 14381780.

HSL color Cylindrical-coordinate representation of color #D472DB: hue angle of 296º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D472DB is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212114219-
CMYK0.030.4800.14
HSL296º59.32%65.29%-
HSV(B)296º47.95%85.88%-
XYZ45.9531.1570.61-
YUV155.27163.97168.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 38.90%
GREEN value IS 114 (44.92% from 255) = 20.92%
BLUE value IS 219 (85.94% from 255) = 40.18%
R=38.90%
G=20.92%
B=40.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121142190.030.4800.1429659.3265.29
HexD472DB3300E1283b41
Octal32416233336001645073101
Binary1101010011100101101101111110000011101001010001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d472db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d472db; }

 p { color: rgb(212,114,219); }

 H1.HeaderClassName
 {
   color: #d472db;
 }
 .AnyTagClassName
 {
   color: #d472db;
 }
</style>
background-color css

<style>
 a { background-color: #d472db; }

 a { background-color: rgb(212,114,219); }

 div.DivClassName
 {
   background-color: #d472db;
 }
 .BgClassName
 {
   background-color: #d472db;
 }
</style>
border-color css

<style>
 span { border-color: #d472db; }

 span { border-color: rgb(212,114,219); }

 td.TdClassName
 {
   border-color: #d472db;
 }
 .TagClassName
 {
   border-color: #d472db;
 }
</style>