Html Css Color HEX #D297D0 Lilac

📋 copy color: '#D297D0'

red 210 ◦ green 151 ◦ blue 208

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

Shades of Lilac #D297D0

Tints of Lilac #D297D0

RGB

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

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

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

R = 36.91%
G = 26.54%
B = 36.56%

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

#D297D0 (or 0xD297D0) is known color: Lilac. HEX triplet: D2, 97 and D0. RGB value is (210,151,208). Sum of RGB (Red+Green+Blue) = 210+151+208=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 210 - color contains mainly: red. Hex color #D297D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297D0 is #2D682F. Grayscale: #AEAEAE. Windows color (decimal): -2975792 or 13670354. OLE color: 13670354.

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

Color convert

RGB 210 151 208 -
CMYK 0 0.28 0.01 0.18
HSL 302.03º 0.4% 0.71% -
HSV(B) 302.03º 0.28% 0.82% -
XYZ 49.03 40.39 64.89 -
YUV 175.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 210 151 208 0 0.28 0.01 0.18 302.03 0.4 0.71
Hex D2 97 D0 0 1C 1 12 12E 28 47
Octal 322 227 320 0 34 1 22 456 50 107
Binary 11010010 10010111 11010000 0 11100 1 10010 100101110 101000 1000111

Color Harmonies of #D297D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D297D0

Black with #D297D0

Text Example


Text Example

White with #D297D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D297D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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