Html Css Color HEX #D083B7 Lily

📋 copy color: '#D083B7'

red 208 ◦ green 131 ◦ blue 183

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

Shades of Lily #D083B7

Tints of Lily #D083B7

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.1%

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

R = 39.85%
G = 25.1%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D083B7 (or 0xD083B7) is known color: Lily. HEX triplet: D0, 83 and B7. RGB value is (208,131,183). Sum of RGB (Red+Green+Blue) = 208+131+183=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D083B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083B7 is #2F7C48. Grayscale: #9F9F9F. Windows color (decimal): -3112009 or 12026832. OLE color: 12026832.

HSL color Cylindrical-coordinate representation of color #D083B7: hue angle of 319.48º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D083B7 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 131 183 -
CMYK 0 0.37 0.12 0.18
HSL 319.48º 0.45% 0.66% -
HSV(B) 319.48º 0.37% 0.82% -
XYZ 42.68 33.06 48.93 -
YUV 159.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 208 131 183 0 0.37 0.12 0.18 319.48 0.45 0.66
Hex D0 83 B7 0 25 C 12 13F 2D 42
Octal 320 203 267 0 45 14 22 477 55 102
Binary 11010000 10000011 10110111 0 100101 1100 10010 100111111 101101 1000010

Color Harmonies of #D083B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D083B7

Black with #D083B7

Text Example


Text Example

White with #D083B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D083B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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