Html Css Color HEX #D07FB9 Lily

📋 copy color: '#D07FB9'

red 208 ◦ green 127 ◦ blue 185

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

Shades of Lily #D07FB9

Tints of Lily #D07FB9

RGB

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

 GREEN value IS 127 (50% from 255) = 24.42%

 BLUE value IS 185 (72.66% from 255) = 35.58%

R = 40%
G = 24.42%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D07FB9 (or 0xD07FB9) is known color: Lily. HEX triplet: D0, 7F and B9. RGB value is (208,127,185). Sum of RGB (Red+Green+Blue) = 208+127+185=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FB9 is #2F8046. Grayscale: #9D9D9D. Windows color (decimal): -3113031 or 12156880. OLE color: 12156880.

HSL color Cylindrical-coordinate representation of color #D07FB9: hue angle of 317.04º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07FB9 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 127 185 -
CMYK 0 0.39 0.11 0.18
HSL 317.04º 0.46% 0.66% -
HSV(B) 317.04º 0.39% 0.82% -
XYZ 42.36 32.09 49.86 -
YUV 157.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 208 127 185 0 0.39 0.11 0.18 317.04 0.46 0.66
Hex D0 7F B9 0 27 B 12 13D 2E 42
Octal 320 177 271 0 47 13 22 475 56 102
Binary 11010000 1111111 10111001 0 100111 1011 10010 100111101 101110 1000010

Color Harmonies of #D07FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FB9

Black with #D07FB9

Text Example


Text Example

White with #D07FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FB9; }

 p { color: rgb(208,127,185); }

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

background-color css

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

 a { background-color: rgb(208,127,185); }

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

border-color css

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

 span { border-color: rgb(208,127,185); }

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