Html Css Color HEX #D297CE Lilac

📋 copy color: '#D297CE'

red 210 ◦ green 151 ◦ blue 206

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

Shades of Lilac #D297CE

Tints of Lilac #D297CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.63%

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

R = 37.04%
G = 26.63%
B = 36.33%

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

#D297CE (or 0xD297CE) is known color: Lilac. HEX triplet: D2, 97 and CE. RGB value is (210,151,206). Sum of RGB (Red+Green+Blue) = 210+151+206=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D297CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297CE is #2D6831. Grayscale: #AEAEAE. Windows color (decimal): -2975794 or 13539282. OLE color: 13539282.

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

Color convert

RGB 210 151 206 -
CMYK 0 0.28 0.02 0.18
HSL 304.07º 0.4% 0.71% -
HSV(B) 304.07º 0.28% 0.82% -
XYZ 48.79 40.29 63.6 -
YUV 174.91 145.55 153.03 -
System Red Green Blue C M Y K H S L
Decimal 210 151 206 0 0.28 0.02 0.18 304.07 0.4 0.71
Hex D2 97 CE 0 1C 2 12 130 28 47
Octal 322 227 316 0 34 2 22 460 50 107
Binary 11010010 10010111 11001110 0 11100 10 10010 100110000 101000 1000111

Color Harmonies of #D297CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D297CE

Black with #D297CE

Text Example


Text Example

White with #D297CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D297CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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