Html Css Color HEX #D896CA Lilac

📋 copy color: '#D896CA'

red 216 ◦ green 150 ◦ blue 202

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

Shades of Lilac #D896CA

Tints of Lilac #D896CA

RGB

 RED value IS 216 (84.77% from 255) = 38.03%

 GREEN value IS 150 (58.98% from 255) = 26.41%

 BLUE value IS 202 (79.3% from 255) = 35.56%

R = 38.03%
G = 26.41%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D896CA (or 0xD896CA) is known color: Lilac. HEX triplet: D8, 96 and CA. RGB value is (216,150,202). Sum of RGB (Red+Green+Blue) = 216+150+202=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D896CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896CA is #276935. Grayscale: #AFAFAF. Windows color (decimal): -2582838 or 13276888. OLE color: 13276888.

HSL color Cylindrical-coordinate representation of color #D896CA: hue angle of 312.73º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D896CA is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 150 202 -
CMYK 0 0.31 0.06 0.15
HSL 312.73º 0.46% 0.72% -
HSV(B) 312.73º 0.31% 0.85% -
XYZ 49.89 40.68 61.1 -
YUV 175.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 216 150 202 0 0.31 0.06 0.15 312.73 0.46 0.72
Hex D8 96 CA 0 1F 6 F 139 2E 48
Octal 330 226 312 0 37 6 17 471 56 110
Binary 11011000 10010110 11001010 0 11111 110 1111 100111001 101110 1001000

Color Harmonies of #D896CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896CA

Black with #D896CA

Text Example


Text Example

White with #D896CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896CA; }

 p { color: rgb(216,150,202); }

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

background-color css

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

 a { background-color: rgb(216,150,202); }

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

border-color css

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

 span { border-color: rgb(216,150,202); }

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