Html Css Color HEX #D298C6 Lilac

📋 copy color: '#D298C6'

red 210 ◦ green 152 ◦ blue 198

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

Shades of Lilac #D298C6

Tints of Lilac #D298C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.36%

R = 37.5%
G = 27.14%
B = 35.36%

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

#D298C6 (or 0xD298C6) is known color: Lilac. HEX triplet: D2, 98 and C6. RGB value is (210,152,198). Sum of RGB (Red+Green+Blue) = 210+152+198=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D298C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298C6 is #2D6739. Grayscale: #AEAEAE. Windows color (decimal): -2975546 or 13015250. OLE color: 13015250.

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

Color convert

RGB 210 152 198 -
CMYK 0 0.28 0.06 0.18
HSL 312.41º 0.39% 0.71% -
HSV(B) 312.41º 0.28% 0.82% -
XYZ 48 40.24 58.66 -
YUV 174.59 141.22 153.26 -
System Red Green Blue C M Y K H S L
Decimal 210 152 198 0 0.28 0.06 0.18 312.41 0.39 0.71
Hex D2 98 C6 0 1C 6 12 138 27 47
Octal 322 230 306 0 34 6 22 470 47 107
Binary 11010010 10011000 11000110 0 11100 110 10010 100111000 100111 1000111

Color Harmonies of #D298C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298C6

Black with #D298C6

Text Example


Text Example

White with #D298C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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