Html Css Color HEX #D07FB8 Lily

📋 copy color: '#D07FB8'

red 208 ◦ green 127 ◦ blue 184

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

Shades of Lily #D07FB8

Tints of Lily #D07FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.45%

R = 40.08%
G = 24.47%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D07FB8 (or 0xD07FB8) is known color: Lily. HEX triplet: D0, 7F and B8. RGB value is (208,127,184). Sum of RGB (Red+Green+Blue) = 208+127+184=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FB8 is #2F8047. Grayscale: #9D9D9D. Windows color (decimal): -3113032 or 12091344. OLE color: 12091344.

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

Color convert

RGB 208 127 184 -
CMYK 0 0.39 0.12 0.18
HSL 317.78º 0.46% 0.66% -
HSV(B) 317.78º 0.39% 0.82% -
XYZ 42.25 32.05 49.31 -
YUV 157.72 142.84 163.87 -
System Red Green Blue C M Y K H S L
Decimal 208 127 184 0 0.39 0.12 0.18 317.78 0.46 0.66
Hex D0 7F B8 0 27 C 12 13E 2E 42
Octal 320 177 270 0 47 14 22 476 56 102
Binary 11010000 1111111 10111000 0 100111 1100 10010 100111110 101110 1000010

Color Harmonies of #D07FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FB8

Black with #D07FB8

Text Example


Text Example

White with #D07FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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