Html Css Color HEX #D892CA Lilac

📋 copy color: '#D892CA'

red 216 ◦ green 146 ◦ blue 202

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

Shades of Lilac #D892CA

Tints of Lilac #D892CA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.89%

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

R = 38.3%
G = 25.89%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D892CA (or 0xD892CA) is known color: Lilac. HEX triplet: D8, 92 and CA. RGB value is (216,146,202). Sum of RGB (Red+Green+Blue) = 216+146+202=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D892CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892CA is #276D35. Grayscale: #ADADAD. Windows color (decimal): -2583862 or 13275864. OLE color: 13275864.

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

Color convert

RGB 216 146 202 -
CMYK 0 0.32 0.06 0.15
HSL 312º 0.47% 0.71% -
HSV(B) 312º 0.32% 0.85% -
XYZ 49.26 39.42 60.89 -
YUV 173.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 216 146 202 0 0.32 0.06 0.15 312 0.47 0.71
Hex D8 92 CA 0 20 6 F 138 2F 47
Octal 330 222 312 0 40 6 17 470 57 107
Binary 11011000 10010010 11001010 0 100000 110 1111 100111000 101111 1000111

Color Harmonies of #D892CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D892CA

Black with #D892CA

Text Example


Text Example

White with #D892CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D892CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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