Html Css Color HEX #D389CA Lilac

📋 copy color: '#D389CA'

red 211 ◦ green 137 ◦ blue 202

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

Shades of Lilac #D389CA

Tints of Lilac #D389CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.73%

R = 38.36%
G = 24.91%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D389CA (or 0xD389CA) is known color: Lilac. HEX triplet: D3, 89 and CA. RGB value is (211,137,202). Sum of RGB (Red+Green+Blue) = 211+137+202=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 137 (53.91% from 255 or 24.91% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 211 - color contains mainly: red. Hex color #D389CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D389CA is #2C7635. Grayscale: #A6A6A6. Windows color (decimal): -2913846 or 13273555. OLE color: 13273555.

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

Color convert

RGB 211 137 202 -
CMYK 0 0.35 0.04 0.17
HSL 307.3º 0.46% 0.68% -
HSV(B) 307.3º 0.35% 0.83% -
XYZ 46.47 36 60.38 -
YUV 166.54 148.02 159.71 -
System Red Green Blue C M Y K H S L
Decimal 211 137 202 0 0.35 0.04 0.17 307.3 0.46 0.68
Hex D3 89 CA 0 23 4 11 133 2E 44
Octal 323 211 312 0 43 4 21 463 56 104
Binary 11010011 10001001 11001010 0 100011 100 10001 100110011 101110 1000100

Color Harmonies of #D389CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D389CA

Black with #D389CA

Text Example


Text Example

White with #D389CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D389CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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