Html Css Color HEX #D388BC Lily

📋 copy color: '#D388BC'

red 211 ◦ green 136 ◦ blue 188

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

Shades of Lily #D388BC

Tints of Lily #D388BC

RGB

 RED value IS 211 (82.81% from 255) = 39.44%

 GREEN value IS 136 (53.52% from 255) = 25.42%

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

R = 39.44%
G = 25.42%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D388BC (or 0xD388BC) is known color: Lily. HEX triplet: D3, 88 and BC. RGB value is (211,136,188). Sum of RGB (Red+Green+Blue) = 211+136+188=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D388BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D388BC is #2C7743. Grayscale: #A4A4A4. Windows color (decimal): -2914116 or 12355795. OLE color: 12355795.

HSL color Cylindrical-coordinate representation of color #D388BC: hue angle of 318.4º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D388BC is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 136 188 -
CMYK 0 0.36 0.11 0.17
HSL 318.4º 0.46% 0.68% -
HSV(B) 318.4º 0.36% 0.83% -
XYZ 44.75 35.09 51.99 -
YUV 164.35 141.35 161.27 -
System Red Green Blue C M Y K H S L
Decimal 211 136 188 0 0.36 0.11 0.17 318.4 0.46 0.68
Hex D3 88 BC 0 24 B 11 13E 2E 44
Octal 323 210 274 0 44 13 21 476 56 104
Binary 11010011 10001000 10111100 0 100100 1011 10001 100111110 101110 1000100

Color Harmonies of #D388BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D388BC

Black with #D388BC

Text Example


Text Example

White with #D388BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D388BC; }

 p { color: rgb(211,136,188); }

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

background-color css

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

 a { background-color: rgb(211,136,188); }

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

border-color css

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

 span { border-color: rgb(211,136,188); }

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