Html Css Color HEX #D07AB4 Lily

📋 copy color: '#D07AB4'

red 208 ◦ green 122 ◦ blue 180

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

Shades of Lily #D07AB4

Tints of Lily #D07AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.29%

R = 40.78%
G = 23.92%
B = 35.29%

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

#D07AB4 (or 0xD07AB4) is known color: Lily. HEX triplet: D0, 7A and B4. RGB value is (208,122,180). Sum of RGB (Red+Green+Blue) = 208+122+180=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D07AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07AB4 is #2F854B. Grayscale: #9A9A9A. Windows color (decimal): -3114316 or 11827920. OLE color: 11827920.

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

Color convert

RGB 208 122 180 -
CMYK 0 0.41 0.13 0.18
HSL 319.53º 0.48% 0.65% -
HSV(B) 319.53º 0.41% 0.82% -
XYZ 41.21 30.62 46.92 -
YUV 154.33 142.49 166.28 -
System Red Green Blue C M Y K H S L
Decimal 208 122 180 0 0.41 0.13 0.18 319.53 0.48 0.65
Hex D0 7A B4 0 29 D 12 140 30 41
Octal 320 172 264 0 51 15 22 500 60 101
Binary 11010000 1111010 10110100 0 101001 1101 10010 101000000 110000 1000001

Color Harmonies of #D07AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07AB4

Black with #D07AB4

Text Example


Text Example

White with #D07AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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