Html Css Color HEX #D09BB4 Lily

📋 copy color: '#D09BB4'

red 208 ◦ green 155 ◦ blue 180

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

Shades of Lily #D09BB4

Tints of Lily #D09BB4

RGB

 RED value IS 208 (81.64% from 255) = 38.31%

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

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

R = 38.31%
G = 28.55%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D09BB4 (or 0xD09BB4) is known color: Lily. HEX triplet: D0, 9B and B4. RGB value is (208,155,180). Sum of RGB (Red+Green+Blue) = 208+155+180=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D09BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09BB4 is #2F644B. Grayscale: #ADADAD. Windows color (decimal): -3105868 or 11836368. OLE color: 11836368.

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

Color convert

RGB 208 155 180 -
CMYK 0 0.25 0.13 0.18
HSL 331.7º 0.36% 0.71% -
HSV(B) 331.7º 0.25% 0.82% -
XYZ 45.97 40.15 48.51 -
YUV 173.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 208 155 180 0 0.25 0.13 0.18 331.7 0.36 0.71
Hex D0 9B B4 0 19 D 12 14C 24 47
Octal 320 233 264 0 31 15 22 514 44 107
Binary 11010000 10011011 10110100 0 11001 1101 10010 101001100 100100 1000111

Color Harmonies of #D09BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09BB4

Black with #D09BB4

Text Example


Text Example

White with #D09BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09BB4; }

 p { color: rgb(208,155,180); }

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

background-color css

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

 a { background-color: rgb(208,155,180); }

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

border-color css

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

 span { border-color: rgb(208,155,180); }

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