Html Css Color HEX #D07FB6 Lily

📋 copy color: '#D07FB6'

red 208 ◦ green 127 ◦ blue 182

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

Shades of Lily #D07FB6

Tints of Lily #D07FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.2%

R = 40.23%
G = 24.56%
B = 35.2%

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

#D07FB6 (or 0xD07FB6) is known color: Lily. HEX triplet: D0, 7F and B6. RGB value is (208,127,182). Sum of RGB (Red+Green+Blue) = 208+127+182=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FB6 is #2F8049. Grayscale: #9D9D9D. Windows color (decimal): -3113034 or 11960272. OLE color: 11960272.

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

Color convert

RGB 208 127 182 -
CMYK 0 0.39 0.12 0.18
HSL 319.26º 0.46% 0.66% -
HSV(B) 319.26º 0.39% 0.82% -
XYZ 42.05 31.97 48.21 -
YUV 157.49 141.84 164.03 -
System Red Green Blue C M Y K H S L
Decimal 208 127 182 0 0.39 0.12 0.18 319.26 0.46 0.66
Hex D0 7F B6 0 27 C 12 13F 2E 42
Octal 320 177 266 0 47 14 22 477 56 102
Binary 11010000 1111111 10110110 0 100111 1100 10010 100111111 101110 1000010

Color Harmonies of #D07FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FB6

Black with #D07FB6

Text Example


Text Example

White with #D07FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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