Html Css Color HEX #D07FB7 Lily

📋 copy color: '#D07FB7'

red 208 ◦ green 127 ◦ blue 183

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

Shades of Lily #D07FB7

Tints of Lily #D07FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.33%

R = 40.15%
G = 24.52%
B = 35.33%

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

#D07FB7 (or 0xD07FB7) is known color: Lily. HEX triplet: D0, 7F and B7. RGB value is (208,127,183). Sum of RGB (Red+Green+Blue) = 208+127+183=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FB7 is #2F8048. Grayscale: #9D9D9D. Windows color (decimal): -3113033 or 12025808. OLE color: 12025808.

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

Color convert

RGB 208 127 183 -
CMYK 0 0.39 0.12 0.18
HSL 318.52º 0.46% 0.66% -
HSV(B) 318.52º 0.39% 0.82% -
XYZ 42.15 32.01 48.76 -
YUV 157.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 208 127 183 0 0.39 0.12 0.18 318.52 0.46 0.66
Hex D0 7F B7 0 27 C 12 13F 2E 42
Octal 320 177 267 0 47 14 22 477 56 102
Binary 11010000 1111111 10110111 0 100111 1100 10010 100111111 101110 1000010

Color Harmonies of #D07FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FB7

Black with #D07FB7

Text Example


Text Example

White with #D07FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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