Html Css Color HEX #D297CD Lilac

📋 copy color: '#D297CD'

red 210 ◦ green 151 ◦ blue 205

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

Shades of Lilac #D297CD

Tints of Lilac #D297CD

RGB

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

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

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

R = 37.1%
G = 26.68%
B = 36.22%

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

#D297CD (or 0xD297CD) is known color: Lilac. HEX triplet: D2, 97 and CD. RGB value is (210,151,205). Sum of RGB (Red+Green+Blue) = 210+151+205=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D297CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297CD is #2D6832. Grayscale: #AEAEAE. Windows color (decimal): -2975795 or 13473746. OLE color: 13473746.

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

Color convert

RGB 210 151 205 -
CMYK 0 0.28 0.02 0.18
HSL 305.08º 0.4% 0.71% -
HSV(B) 305.08º 0.28% 0.82% -
XYZ 48.66 40.24 62.96 -
YUV 174.8 145.05 153.11 -
System Red Green Blue C M Y K H S L
Decimal 210 151 205 0 0.28 0.02 0.18 305.08 0.4 0.71
Hex D2 97 CD 0 1C 2 12 131 28 47
Octal 322 227 315 0 34 2 22 461 50 107
Binary 11010010 10010111 11001101 0 11100 10 10010 100110001 101000 1000111

Color Harmonies of #D297CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D297CD

Black with #D297CD

Text Example


Text Example

White with #D297CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D297CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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