Html Css Color HEX #D07FB5 Lily

📋 copy color: '#D07FB5'

red 208 ◦ green 127 ◦ blue 181

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

Shades of Lily #D07FB5

Tints of Lily #D07FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.08%

R = 40.31%
G = 24.61%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D07FB5 (or 0xD07FB5) is known color: Lily. HEX triplet: D0, 7F and B5. RGB value is (208,127,181). Sum of RGB (Red+Green+Blue) = 208+127+181=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FB5 is #2F804A. Grayscale: #9D9D9D. Windows color (decimal): -3113035 or 11894736. OLE color: 11894736.

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

Color convert

RGB 208 127 181 -
CMYK 0 0.39 0.13 0.18
HSL 320º 0.46% 0.66% -
HSV(B) 320º 0.39% 0.82% -
XYZ 41.94 31.92 47.67 -
YUV 157.38 141.34 164.11 -
System Red Green Blue C M Y K H S L
Decimal 208 127 181 0 0.39 0.13 0.18 320 0.46 0.66
Hex D0 7F B5 0 27 D 12 140 2E 42
Octal 320 177 265 0 47 15 22 500 56 102
Binary 11010000 1111111 10110101 0 100111 1101 10010 101000000 101110 1000010

Color Harmonies of #D07FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FB5

Black with #D07FB5

Text Example


Text Example

White with #D07FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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