Html Css Color HEX #D298C7 Lilac

📋 copy color: '#D298C7'

red 210 ◦ green 152 ◦ blue 199

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

Shades of Lilac #D298C7

Tints of Lilac #D298C7

RGB

 RED value IS 210 (82.42% from 255) = 37.43%

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

 BLUE value IS 199 (78.13% from 255) = 35.47%

R = 37.43%
G = 27.09%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D298C7 (or 0xD298C7) is known color: Lilac. HEX triplet: D2, 98 and C7. RGB value is (210,152,199). Sum of RGB (Red+Green+Blue) = 210+152+199=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D298C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298C7 is #2D6738. Grayscale: #AEAEAE. Windows color (decimal): -2975545 or 13080786. OLE color: 13080786.

HSL color Cylindrical-coordinate representation of color #D298C7: hue angle of 311.38º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D298C7 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 152 199 -
CMYK 0 0.28 0.05 0.18
HSL 311.38º 0.39% 0.71% -
HSV(B) 311.38º 0.28% 0.82% -
XYZ 48.12 40.28 59.27 -
YUV 174.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 210 152 199 0 0.28 0.05 0.18 311.38 0.39 0.71
Hex D2 98 C7 0 1C 5 12 137 27 47
Octal 322 230 307 0 34 5 22 467 47 107
Binary 11010010 10011000 11000111 0 11100 101 10010 100110111 100111 1000111

Color Harmonies of #D298C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298C7

Black with #D298C7

Text Example


Text Example

White with #D298C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298C7; }

 p { color: rgb(210,152,199); }

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

background-color css

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

 a { background-color: rgb(210,152,199); }

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

border-color css

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

 span { border-color: rgb(210,152,199); }

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