Html Css Color HEX #D28CBD Lily

📋 copy color: '#D28CBD'

red 210 ◦ green 140 ◦ blue 189

#D28CBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #D28CBD

Tints of Lily #D28CBD

RGB

 RED value IS 210 (82.42% from 255) = 38.96%

 GREEN value IS 140 (55.08% from 255) = 25.97%

 BLUE value IS 189 (74.22% from 255) = 35.06%

R = 38.96%
G = 25.97%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D28CBD (or 0xD28CBD) is known color: Lily. HEX triplet: D2, 8C and BD. RGB value is (210,140,189). Sum of RGB (Red+Green+Blue) = 210+140+189=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D28CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CBD is #2D7342. Grayscale: #A6A6A6. Windows color (decimal): -2978627 or 12422354. OLE color: 12422354.

HSL color Cylindrical-coordinate representation of color #D28CBD: hue angle of 318º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28CBD is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 140 189 -
CMYK 0 0.33 0.10 0.18
HSL 318º 0.44% 0.69% -
HSV(B) 318º 0.33% 0.82% -
XYZ 45.14 36.13 52.74 -
YUV 166.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 210 140 189 0 0.33 0.10 0.18 318 0.44 0.69
Hex D2 8C BD 0 21 A 12 13E 2C 45
Octal 322 214 275 0 41 12 22 476 54 105
Binary 11010010 10001100 10111101 0 100001 1010 10010 100111110 101100 1000101

Color Harmonies of #D28CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28CBD

Black with #D28CBD

Text Example


Text Example

White with #D28CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28CBD; }

 p { color: rgb(210,140,189); }

 H1.HeaderClassName
 {
   color: #D28CBD;
 }
 .AnyTagClassName
 {
   color: #D28CBD;
 }
</style>

background-color css

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

 a { background-color: rgb(210,140,189); }

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

border-color css

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

 span { border-color: rgb(210,140,189); }

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