Html Css Color HEX #D083B3 Lily

📋 copy color: '#D083B3'

red 208 ◦ green 131 ◦ blue 179

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

Shades of Lily #D083B3

Tints of Lily #D083B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.56%

R = 40.15%
G = 25.29%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D083B3 (or 0xD083B3) is known color: Lily. HEX triplet: D0, 83 and B3. RGB value is (208,131,179). Sum of RGB (Red+Green+Blue) = 208+131+179=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D083B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083B3 is #2F7C4C. Grayscale: #9F9F9F. Windows color (decimal): -3112013 or 11764688. OLE color: 11764688.

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

Color convert

RGB 208 131 179 -
CMYK 0 0.37 0.14 0.18
HSL 322.6º 0.45% 0.66% -
HSV(B) 322.6º 0.37% 0.82% -
XYZ 42.27 32.9 46.77 -
YUV 159.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 208 131 179 0 0.37 0.14 0.18 322.6 0.45 0.66
Hex D0 83 B3 0 25 E 12 143 2D 42
Octal 320 203 263 0 45 16 22 503 55 102
Binary 11010000 10000011 10110011 0 100101 1110 10010 101000011 101101 1000010

Color Harmonies of #D083B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D083B3

Black with #D083B3

Text Example


Text Example

White with #D083B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D083B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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