Html Css Color HEX #D08CB3 Lily

📋 copy color: '#D08CB3'

red 208 ◦ green 140 ◦ blue 179

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

Shades of Lily #D08CB3

Tints of Lily #D08CB3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.57%

 BLUE value IS 179 (70.31% from 255) = 33.97%

R = 39.47%
G = 26.57%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D08CB3 (or 0xD08CB3) is known color: Lily. HEX triplet: D0, 8C and B3. RGB value is (208,140,179). Sum of RGB (Red+Green+Blue) = 208+140+179=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D08CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CB3 is #2F734C. Grayscale: #A4A4A4. Windows color (decimal): -3109709 or 11766992. OLE color: 11766992.

HSL color Cylindrical-coordinate representation of color #D08CB3: hue angle of 325.59º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D08CB3 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 140 179 -
CMYK 0 0.33 0.14 0.18
HSL 325.59º 0.42% 0.68% -
HSV(B) 325.59º 0.33% 0.82% -
XYZ 43.53 35.42 47.19 -
YUV 164.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 208 140 179 0 0.33 0.14 0.18 325.59 0.42 0.68
Hex D0 8C B3 0 21 E 12 146 2A 44
Octal 320 214 263 0 41 16 22 506 52 104
Binary 11010000 10001100 10110011 0 100001 1110 10010 101000110 101010 1000100

Color Harmonies of #D08CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CB3

Black with #D08CB3

Text Example


Text Example

White with #D08CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CB3; }

 p { color: rgb(208,140,179); }

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

background-color css

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

 a { background-color: rgb(208,140,179); }

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

border-color css

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

 span { border-color: rgb(208,140,179); }

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