Html Css Color HEX #D29BC0 Lily

📋 copy color: '#D29BC0'

red 210 ◦ green 155 ◦ blue 192

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

Shades of Lily #D29BC0

Tints of Lily #D29BC0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.83%

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

R = 37.7%
G = 27.83%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D29BC0 (or 0xD29BC0) is known color: Lily. HEX triplet: D2, 9B and C0. RGB value is (210,155,192). Sum of RGB (Red+Green+Blue) = 210+155+192=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D29BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BC0 is #2D643F. Grayscale: #AFAFAF. Windows color (decimal): -2974784 or 12622802. OLE color: 12622802.

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

Color convert

RGB 210 155 192 -
CMYK 0 0.26 0.09 0.18
HSL 319.64º 0.38% 0.72% -
HSV(B) 319.64º 0.26% 0.82% -
XYZ 47.81 40.95 55.25 -
YUV 175.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 210 155 192 0 0.26 0.09 0.18 319.64 0.38 0.72
Hex D2 9B C0 0 1A 9 12 140 26 48
Octal 322 233 300 0 32 11 22 500 46 110
Binary 11010010 10011011 11000000 0 11010 1001 10010 101000000 100110 1001000

Color Harmonies of #D29BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29BC0

Black with #D29BC0

Text Example


Text Example

White with #D29BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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