Html Css Color HEX #D298D0 Lilac

📋 copy color: '#D298D0'

red 210 ◦ green 152 ◦ blue 208

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

Shades of Lilac #D298D0

Tints of Lilac #D298D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.49%

R = 36.84%
G = 26.67%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D298D0 (or 0xD298D0) is known color: Lilac. HEX triplet: D2, 98 and D0. RGB value is (210,152,208). Sum of RGB (Red+Green+Blue) = 210+152+208=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 210 - color contains mainly: red. Hex color #D298D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298D0 is #2D672F. Grayscale: #AFAFAF. Windows color (decimal): -2975536 or 13670610. OLE color: 13670610.

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

Color convert

RGB 210 152 208 -
CMYK 0 0.28 0.01 0.18
HSL 302.07º 0.39% 0.71% -
HSV(B) 302.07º 0.28% 0.82% -
XYZ 49.19 40.71 64.94 -
YUV 175.73 146.22 152.45 -
System Red Green Blue C M Y K H S L
Decimal 210 152 208 0 0.28 0.01 0.18 302.07 0.39 0.71
Hex D2 98 D0 0 1C 1 12 12E 27 47
Octal 322 230 320 0 34 1 22 456 47 107
Binary 11010010 10011000 11010000 0 11100 1 10010 100101110 100111 1000111

Color Harmonies of #D298D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298D0

Black with #D298D0

Text Example


Text Example

White with #D298D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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