Html Css Color HEX #D298C5 Lilac

📋 copy color: '#D298C5'

red 210 ◦ green 152 ◦ blue 197

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

Shades of Lilac #D298C5

Tints of Lilac #D298C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.24%

R = 37.57%
G = 27.19%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D298C5 (or 0xD298C5) is known color: Lilac. HEX triplet: D2, 98 and C5. RGB value is (210,152,197). Sum of RGB (Red+Green+Blue) = 210+152+197=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D298C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298C5 is #2D673A. Grayscale: #AEAEAE. Windows color (decimal): -2975547 or 12949714. OLE color: 12949714.

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

Color convert

RGB 210 152 197 -
CMYK 0 0.28 0.06 0.18
HSL 313.45º 0.39% 0.71% -
HSV(B) 313.45º 0.28% 0.82% -
XYZ 47.88 40.19 58.06 -
YUV 174.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 210 152 197 0 0.28 0.06 0.18 313.45 0.39 0.71
Hex D2 98 C5 0 1C 6 12 139 27 47
Octal 322 230 305 0 34 6 22 471 47 107
Binary 11010010 10011000 11000101 0 11100 110 10010 100111001 100111 1000111

Color Harmonies of #D298C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298C5

Black with #D298C5

Text Example


Text Example

White with #D298C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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