Html Css Color HEX #D298CF Lilac

📋 copy color: '#D298CF'

red 210 ◦ green 152 ◦ blue 207

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

Shades of Lilac #D298CF

Tints of Lilac #D298CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.38%

R = 36.91%
G = 26.71%
B = 36.38%

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

#D298CF (or 0xD298CF) is known color: Lilac. HEX triplet: D2, 98 and CF. RGB value is (210,152,207). Sum of RGB (Red+Green+Blue) = 210+152+207=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 210 - color contains mainly: red. Hex color #D298CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298CF is #2D6730. Grayscale: #AFAFAF. Windows color (decimal): -2975537 or 13605074. OLE color: 13605074.

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

Color convert

RGB 210 152 207 -
CMYK 0 0.28 0.01 0.18
HSL 303.1º 0.39% 0.71% -
HSV(B) 303.1º 0.28% 0.82% -
XYZ 49.07 40.66 64.29 -
YUV 175.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 210 152 207 0 0.28 0.01 0.18 303.1 0.39 0.71
Hex D2 98 CF 0 1C 1 12 12F 27 47
Octal 322 230 317 0 34 1 22 457 47 107
Binary 11010010 10011000 11001111 0 11100 1 10010 100101111 100111 1000111

Color Harmonies of #D298CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298CF

Black with #D298CF

Text Example


Text Example

White with #D298CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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