Html Css Color HEX #D298CD Lilac

📋 copy color: '#D298CD'

red 210 ◦ green 152 ◦ blue 205

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

Shades of Lilac #D298CD

Tints of Lilac #D298CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.16%

R = 37.04%
G = 26.81%
B = 36.16%

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

#D298CD (or 0xD298CD) is known color: Lilac. HEX triplet: D2, 98 and CD. RGB value is (210,152,205). Sum of RGB (Red+Green+Blue) = 210+152+205=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D298CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298CD is #2D6732. Grayscale: #AFAFAF. Windows color (decimal): -2975539 or 13474002. OLE color: 13474002.

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

Color convert

RGB 210 152 205 -
CMYK 0 0.28 0.02 0.18
HSL 305.17º 0.39% 0.71% -
HSV(B) 305.17º 0.28% 0.82% -
XYZ 48.83 40.57 63.01 -
YUV 175.38 144.72 152.69 -
System Red Green Blue C M Y K H S L
Decimal 210 152 205 0 0.28 0.02 0.18 305.17 0.39 0.71
Hex D2 98 CD 0 1C 2 12 131 27 47
Octal 322 230 315 0 34 2 22 461 47 107
Binary 11010010 10011000 11001101 0 11100 10 10010 100110001 100111 1000111

Color Harmonies of #D298CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298CD

Black with #D298CD

Text Example


Text Example

White with #D298CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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