Html Css Color HEX #D389B4 Lily

📋 copy color: '#D389B4'

red 211 ◦ green 137 ◦ blue 180

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

Shades of Lily #D389B4

Tints of Lily #D389B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.09%

R = 39.96%
G = 25.95%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D389B4 (or 0xD389B4) is known color: Lily. HEX triplet: D3, 89 and B4. RGB value is (211,137,180). Sum of RGB (Red+Green+Blue) = 211+137+180=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D389B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D389B4 is #2C764B. Grayscale: #A3A3A3. Windows color (decimal): -2913868 or 11831763. OLE color: 11831763.

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

Color convert

RGB 211 137 180 -
CMYK 0 0.35 0.15 0.17
HSL 325.14º 0.46% 0.68% -
HSV(B) 325.14º 0.35% 0.83% -
XYZ 44.05 35.04 47.62 -
YUV 164.03 137.02 161.5 -
System Red Green Blue C M Y K H S L
Decimal 211 137 180 0 0.35 0.15 0.17 325.14 0.46 0.68
Hex D3 89 B4 0 23 F 11 145 2E 44
Octal 323 211 264 0 43 17 21 505 56 104
Binary 11010011 10001001 10110100 0 100011 1111 10001 101000101 101110 1000100

Color Harmonies of #D389B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D389B4

Black with #D389B4

Text Example


Text Example

White with #D389B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D389B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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