Html Css Color HEX #D298CE Lilac

📋 copy color: '#D298CE'

red 210 ◦ green 152 ◦ blue 206

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

Shades of Lilac #D298CE

Tints of Lilac #D298CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.27%

R = 36.97%
G = 26.76%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D298CE (or 0xD298CE) is known color: Lilac. HEX triplet: D2, 98 and CE. RGB value is (210,152,206). Sum of RGB (Red+Green+Blue) = 210+152+206=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 210 - color contains mainly: red. Hex color #D298CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298CE is #2D6731. Grayscale: #AFAFAF. Windows color (decimal): -2975538 or 13539538. OLE color: 13539538.

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

Color convert

RGB 210 152 206 -
CMYK 0 0.28 0.02 0.18
HSL 304.14º 0.39% 0.71% -
HSV(B) 304.14º 0.28% 0.82% -
XYZ 48.95 40.61 63.65 -
YUV 175.5 145.22 152.61 -
System Red Green Blue C M Y K H S L
Decimal 210 152 206 0 0.28 0.02 0.18 304.14 0.39 0.71
Hex D2 98 CE 0 1C 2 12 130 27 47
Octal 322 230 316 0 34 2 22 460 47 107
Binary 11010010 10011000 11001110 0 11100 10 10010 100110000 100111 1000111

Color Harmonies of #D298CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298CE

Black with #D298CE

Text Example


Text Example

White with #D298CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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