Html Css Color HEX #D29DC0 Lily

📋 copy color: '#D29DC0'

red 210 ◦ green 157 ◦ blue 192

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

Shades of Lily #D29DC0

Tints of Lily #D29DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.35%

R = 37.57%
G = 28.09%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D29DC0 (or 0xD29DC0) is known color: Lily. HEX triplet: D2, 9D and C0. RGB value is (210,157,192). Sum of RGB (Red+Green+Blue) = 210+157+192=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DC0 is #2D623F. Grayscale: #B0B0B0. Windows color (decimal): -2974272 or 12623314. OLE color: 12623314.

HSL color Cylindrical-coordinate representation of color #D29DC0: hue angle of 320.38º 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 #D29DC0 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 157 192 -
CMYK 0 0.25 0.09 0.18
HSL 320.38º 0.37% 0.72% -
HSV(B) 320.38º 0.25% 0.82% -
XYZ 48.15 41.62 55.37 -
YUV 176.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 210 157 192 0 0.25 0.09 0.18 320.38 0.37 0.72
Hex D2 9D C0 0 19 9 12 140 25 48
Octal 322 235 300 0 31 11 22 500 45 110
Binary 11010010 10011101 11000000 0 11001 1001 10010 101000000 100101 1001000

Color Harmonies of #D29DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29DC0

Black with #D29DC0

Text Example


Text Example

White with #D29DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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