Html Css Color HEX #D388BB Lily

📋 copy color: '#D388BB'

red 211 ◦ green 136 ◦ blue 187

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

Shades of Lily #D388BB

Tints of Lily #D388BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.02%

R = 39.51%
G = 25.47%
B = 35.02%

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

#D388BB (or 0xD388BB) is known color: Lily. HEX triplet: D3, 88 and BB. RGB value is (211,136,187). Sum of RGB (Red+Green+Blue) = 211+136+187=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D388BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D388BB is #2C7744. Grayscale: #A4A4A4. Windows color (decimal): -2914117 or 12290259. OLE color: 12290259.

HSL color Cylindrical-coordinate representation of color #D388BB: hue angle of 319.2º 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 #D388BB is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 136 187 -
CMYK 0 0.36 0.11 0.17
HSL 319.2º 0.46% 0.68% -
HSV(B) 319.2º 0.36% 0.83% -
XYZ 44.64 35.05 51.43 -
YUV 164.24 140.85 161.35 -
System Red Green Blue C M Y K H S L
Decimal 211 136 187 0 0.36 0.11 0.17 319.2 0.46 0.68
Hex D3 88 BB 0 24 B 11 13F 2E 44
Octal 323 210 273 0 44 13 21 477 56 104
Binary 11010011 10001000 10111011 0 100100 1011 10001 100111111 101110 1000100

Color Harmonies of #D388BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D388BB

Black with #D388BB

Text Example


Text Example

White with #D388BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D388BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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