Html Css Color HEX #D297CB Lilac

📋 copy color: '#D297CB'

red 210 ◦ green 151 ◦ blue 203

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

Shades of Lilac #D297CB

Tints of Lilac #D297CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.99%

R = 37.23%
G = 26.77%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D297CB (or 0xD297CB) is known color: Lilac. HEX triplet: D2, 97 and CB. RGB value is (210,151,203). Sum of RGB (Red+Green+Blue) = 210+151+203=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 210 - color contains mainly: red. Hex color #D297CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297CB is #2D6834. Grayscale: #AEAEAE. Windows color (decimal): -2975797 or 13342674. OLE color: 13342674.

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

Color convert

RGB 210 151 203 -
CMYK 0 0.28 0.03 0.18
HSL 307.12º 0.4% 0.71% -
HSV(B) 307.12º 0.28% 0.82% -
XYZ 48.42 40.15 61.7 -
YUV 174.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 210 151 203 0 0.28 0.03 0.18 307.12 0.4 0.71
Hex D2 97 CB 0 1C 3 12 133 28 47
Octal 322 227 313 0 34 3 22 463 50 107
Binary 11010010 10010111 11001011 0 11100 11 10010 100110011 101000 1000111

Color Harmonies of #D297CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D297CB

Black with #D297CB

Text Example


Text Example

White with #D297CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D297CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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