Html Css Color HEX #D083BC Lily

📋 copy color: '#D083BC'

red 208 ◦ green 131 ◦ blue 188

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

Shades of Lily #D083BC

Tints of Lily #D083BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.67%

R = 39.47%
G = 24.86%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D083BC (or 0xD083BC) is known color: Lily. HEX triplet: D0, 83 and BC. RGB value is (208,131,188). Sum of RGB (Red+Green+Blue) = 208+131+188=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D083BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083BC is #2F7C43. Grayscale: #A0A0A0. Windows color (decimal): -3112004 or 12354512. OLE color: 12354512.

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

Color convert

RGB 208 131 188 -
CMYK 0 0.37 0.10 0.18
HSL 315.58º 0.45% 0.66% -
HSV(B) 315.58º 0.37% 0.82% -
XYZ 43.21 33.27 51.72 -
YUV 160.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 208 131 188 0 0.37 0.10 0.18 315.58 0.45 0.66
Hex D0 83 BC 0 25 A 12 13C 2D 42
Octal 320 203 274 0 45 12 22 474 55 102
Binary 11010000 10000011 10111100 0 100101 1010 10010 100111100 101101 1000010

Color Harmonies of #D083BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D083BC

Black with #D083BC

Text Example


Text Example

White with #D083BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D083BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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