Html Css Color HEX #D29DB9 Lily

📋 copy color: '#D29DB9'

red 210 ◦ green 157 ◦ blue 185

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

Shades of Lily #D29DB9

Tints of Lily #D29DB9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.44%

 BLUE value IS 185 (72.66% from 255) = 33.51%

R = 38.04%
G = 28.44%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D29DB9 (or 0xD29DB9) is known color: Lily. HEX triplet: D2, 9D and B9. RGB value is (210,157,185). Sum of RGB (Red+Green+Blue) = 210+157+185=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DB9 is #2D6246. Grayscale: #AFAFAF. Windows color (decimal): -2974279 or 12164562. OLE color: 12164562.

HSL color Cylindrical-coordinate representation of color #D29DB9: hue angle of 328.3º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29DB9 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 157 185 -
CMYK 0 0.25 0.12 0.18
HSL 328.3º 0.37% 0.72% -
HSV(B) 328.3º 0.25% 0.82% -
XYZ 47.39 41.32 51.38 -
YUV 176.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 210 157 185 0 0.25 0.12 0.18 328.3 0.37 0.72
Hex D2 9D B9 0 19 C 12 148 25 48
Octal 322 235 271 0 31 14 22 510 45 110
Binary 11010010 10011101 10111001 0 11001 1100 10010 101001000 100101 1001000

Color Harmonies of #D29DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29DB9

Black with #D29DB9

Text Example


Text Example

White with #D29DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29DB9; }

 p { color: rgb(210,157,185); }

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

background-color css

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

 a { background-color: rgb(210,157,185); }

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

border-color css

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

 span { border-color: rgb(210,157,185); }

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