Html Css Color HEX #D298CC Lilac

📋 copy color: '#D298CC'

red 210 ◦ green 152 ◦ blue 204

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

Shades of Lilac #D298CC

Tints of Lilac #D298CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.04%

R = 37.1%
G = 26.86%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D298CC (or 0xD298CC) is known color: Lilac. HEX triplet: D2, 98 and CC. RGB value is (210,152,204). Sum of RGB (Red+Green+Blue) = 210+152+204=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D298CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298CC is #2D6733. Grayscale: #AFAFAF. Windows color (decimal): -2975540 or 13408466. OLE color: 13408466.

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

Color convert

RGB 210 152 204 -
CMYK 0 0.28 0.03 0.18
HSL 306.21º 0.39% 0.71% -
HSV(B) 306.21º 0.28% 0.82% -
XYZ 48.71 40.52 62.38 -
YUV 175.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 210 152 204 0 0.28 0.03 0.18 306.21 0.39 0.71
Hex D2 98 CC 0 1C 3 12 132 27 47
Octal 322 230 314 0 34 3 22 462 47 107
Binary 11010010 10011000 11001100 0 11100 11 10010 100110010 100111 1000111

Color Harmonies of #D298CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298CC

Black with #D298CC

Text Example


Text Example

White with #D298CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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