Html Css Color HEX #D298C9 Lilac

📋 copy color: '#D298C9'

red 210 ◦ green 152 ◦ blue 201

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

Shades of Lilac #D298C9

Tints of Lilac #D298C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.7%

R = 37.3%
G = 27%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D298C9 (or 0xD298C9) is known color: Lilac. HEX triplet: D2, 98 and C9. RGB value is (210,152,201). Sum of RGB (Red+Green+Blue) = 210+152+201=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D298C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298C9 is #2D6736. Grayscale: #AEAEAE. Windows color (decimal): -2975543 or 13211858. OLE color: 13211858.

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

Color convert

RGB 210 152 201 -
CMYK 0 0.28 0.04 0.18
HSL 309.31º 0.39% 0.71% -
HSV(B) 309.31º 0.28% 0.82% -
XYZ 48.35 40.38 60.5 -
YUV 174.93 142.72 153.02 -
System Red Green Blue C M Y K H S L
Decimal 210 152 201 0 0.28 0.04 0.18 309.31 0.39 0.71
Hex D2 98 C9 0 1C 4 12 135 27 47
Octal 322 230 311 0 34 4 22 465 47 107
Binary 11010010 10011000 11001001 0 11100 100 10010 100110101 100111 1000111

Color Harmonies of #D298C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298C9

Black with #D298C9

Text Example


Text Example

White with #D298C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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