Html Css Color HEX #D29DB4 Lily

📋 copy color: '#D29DB4'

red 210 ◦ green 157 ◦ blue 180

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

Shades of Lily #D29DB4

Tints of Lily #D29DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.91%

R = 38.39%
G = 28.7%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D29DB4 (or 0xD29DB4) is known color: Lily. HEX triplet: D2, 9D and B4. RGB value is (210,157,180). Sum of RGB (Red+Green+Blue) = 210+157+180=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DB4 is #2D624B. Grayscale: #AFAFAF. Windows color (decimal): -2974284 or 11836882. OLE color: 11836882.

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

Color convert

RGB 210 157 180 -
CMYK 0 0.25 0.14 0.18
HSL 333.96º 0.37% 0.72% -
HSV(B) 333.96º 0.25% 0.82% -
XYZ 46.87 41.11 48.64 -
YUV 175.47 130.56 152.63 -
System Red Green Blue C M Y K H S L
Decimal 210 157 180 0 0.25 0.14 0.18 333.96 0.37 0.72
Hex D2 9D B4 0 19 E 12 14E 25 48
Octal 322 235 264 0 31 16 22 516 45 110
Binary 11010010 10011101 10110100 0 11001 1110 10010 101001110 100101 1001000

Color Harmonies of #D29DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29DB4

Black with #D29DB4

Text Example


Text Example

White with #D29DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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