Html Css Color HEX #D398CF Lilac

📋 copy color: '#D398CF'

red 211 ◦ green 152 ◦ blue 207

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

Shades of Lilac #D398CF

Tints of Lilac #D398CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.32%

R = 37.02%
G = 26.67%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D398CF (or 0xD398CF) is known color: Lilac. HEX triplet: D3, 98 and CF. RGB value is (211,152,207). Sum of RGB (Red+Green+Blue) = 211+152+207=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 211 - color contains mainly: red. Hex color #D398CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D398CF is #2C6730. Grayscale: #AFAFAF. Windows color (decimal): -2910001 or 13605075. OLE color: 13605075.

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

Color convert

RGB 211 152 207 -
CMYK 0 0.28 0.02 0.17
HSL 304.07º 0.4% 0.71% -
HSV(B) 304.07º 0.28% 0.83% -
XYZ 49.35 40.81 64.31 -
YUV 175.91 145.55 153.03 -
System Red Green Blue C M Y K H S L
Decimal 211 152 207 0 0.28 0.02 0.17 304.07 0.4 0.71
Hex D3 98 CF 0 1C 2 11 130 28 47
Octal 323 230 317 0 34 2 21 460 50 107
Binary 11010011 10011000 11001111 0 11100 10 10001 100110000 101000 1000111

Color Harmonies of #D398CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D398CF

Black with #D398CF

Text Example


Text Example

White with #D398CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D398CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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