Html Css Color HEX #D398CA Lilac

📋 copy color: '#D398CA'

red 211 ◦ green 152 ◦ blue 202

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

Shades of Lilac #D398CA

Tints of Lilac #D398CA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.9%

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

R = 37.35%
G = 26.9%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D398CA (or 0xD398CA) is known color: Lilac. HEX triplet: D3, 98 and CA. RGB value is (211,152,202). Sum of RGB (Red+Green+Blue) = 211+152+202=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 211 - color contains mainly: red. Hex color #D398CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D398CA is #2C6735. Grayscale: #AFAFAF. Windows color (decimal): -2910006 or 13277395. OLE color: 13277395.

HSL color Cylindrical-coordinate representation of color #D398CA: hue angle of 309.15º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D398CA is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 152 202 -
CMYK 0 0.28 0.04 0.17
HSL 309.15º 0.4% 0.71% -
HSV(B) 309.15º 0.28% 0.83% -
XYZ 48.75 40.57 61.14 -
YUV 175.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 211 152 202 0 0.28 0.04 0.17 309.15 0.4 0.71
Hex D3 98 CA 0 1C 4 11 135 28 47
Octal 323 230 312 0 34 4 21 465 50 107
Binary 11010011 10011000 11001010 0 11100 100 10001 100110101 101000 1000111

Color Harmonies of #D398CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D398CA

Black with #D398CA

Text Example


Text Example

White with #D398CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D398CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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