Html Css Color HEX #D07AB5 Lily

📋 copy color: '#D07AB5'

red 208 ◦ green 122 ◦ blue 181

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

Shades of Lily #D07AB5

Tints of Lily #D07AB5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.87%

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

R = 40.7%
G = 23.87%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D07AB5 (or 0xD07AB5) is known color: Lily. HEX triplet: D0, 7A and B5. RGB value is (208,122,181). Sum of RGB (Red+Green+Blue) = 208+122+181=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D07AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07AB5 is #2F854A. Grayscale: #9A9A9A. Windows color (decimal): -3114315 or 11893456. OLE color: 11893456.

HSL color Cylindrical-coordinate representation of color #D07AB5: hue angle of 318.84º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07AB5 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 122 181 -
CMYK 0 0.41 0.13 0.18
HSL 318.84º 0.48% 0.65% -
HSV(B) 318.84º 0.41% 0.82% -
XYZ 41.31 30.67 47.46 -
YUV 154.44 142.99 166.2 -
System Red Green Blue C M Y K H S L
Decimal 208 122 181 0 0.41 0.13 0.18 318.84 0.48 0.65
Hex D0 7A B5 0 29 D 12 13F 30 41
Octal 320 172 265 0 51 15 22 477 60 101
Binary 11010000 1111010 10110101 0 101001 1101 10010 100111111 110000 1000001

Color Harmonies of #D07AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07AB5

Black with #D07AB5

Text Example


Text Example

White with #D07AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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