Html Css Color HEX #D389BC Lily

📋 copy color: '#D389BC'

red 211 ◦ green 137 ◦ blue 188

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

Shades of Lily #D389BC

Tints of Lily #D389BC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.56%

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

R = 39.37%
G = 25.56%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D389BC (or 0xD389BC) is known color: Lily. HEX triplet: D3, 89 and BC. RGB value is (211,137,188). Sum of RGB (Red+Green+Blue) = 211+137+188=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 211 - color contains mainly: red. Hex color #D389BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D389BC is #2C7643. Grayscale: #A4A4A4. Windows color (decimal): -2913860 or 12356051. OLE color: 12356051.

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

Color convert

RGB 211 137 188 -
CMYK 0 0.35 0.11 0.17
HSL 318.65º 0.46% 0.68% -
HSV(B) 318.65º 0.35% 0.83% -
XYZ 44.89 35.37 52.04 -
YUV 164.94 141.02 160.85 -
System Red Green Blue C M Y K H S L
Decimal 211 137 188 0 0.35 0.11 0.17 318.65 0.46 0.68
Hex D3 89 BC 0 23 B 11 13F 2E 44
Octal 323 211 274 0 43 13 21 477 56 104
Binary 11010011 10001001 10111100 0 100011 1011 10001 100111111 101110 1000100

Color Harmonies of #D389BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D389BC

Black with #D389BC

Text Example


Text Example

White with #D389BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D389BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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