Html Css Color HEX #D07BB4 Lily

📋 copy color: '#D07BB4'

red 208 ◦ green 123 ◦ blue 180

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

Shades of Lily #D07BB4

Tints of Lily #D07BB4

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.07%

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

R = 40.7%
G = 24.07%
B = 35.23%

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

#D07BB4 (or 0xD07BB4) is known color: Lily. HEX triplet: D0, 7B and B4. RGB value is (208,123,180). Sum of RGB (Red+Green+Blue) = 208+123+180=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D07BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BB4 is #2F844B. Grayscale: #9A9A9A. Windows color (decimal): -3114060 or 11828176. OLE color: 11828176.

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

Color convert

RGB 208 123 180 -
CMYK 0 0.41 0.13 0.18
HSL 319.76º 0.47% 0.65% -
HSV(B) 319.76º 0.41% 0.82% -
XYZ 41.33 30.87 46.96 -
YUV 154.91 142.16 165.87 -
System Red Green Blue C M Y K H S L
Decimal 208 123 180 0 0.41 0.13 0.18 319.76 0.47 0.65
Hex D0 7B B4 0 29 D 12 140 2F 41
Octal 320 173 264 0 51 15 22 500 57 101
Binary 11010000 1111011 10110100 0 101001 1101 10010 101000000 101111 1000001

Color Harmonies of #D07BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07BB4

Black with #D07BB4

Text Example


Text Example

White with #D07BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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