Html Css Color HEX #D792CA Lilac

📋 copy color: '#D792CA'

red 215 ◦ green 146 ◦ blue 202

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

Shades of Lilac #D792CA

Tints of Lilac #D792CA

RGB

 RED value IS 215 (84.38% from 255) = 38.19%

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

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

R = 38.19%
G = 25.93%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D792CA (or 0xD792CA) is known color: Lilac. HEX triplet: D7, 92 and CA. RGB value is (215,146,202). Sum of RGB (Red+Green+Blue) = 215+146+202=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D792CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792CA is #286D35. Grayscale: #ACACAC. Windows color (decimal): -2649398 or 13275863. OLE color: 13275863.

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

Color convert

RGB 215 146 202 -
CMYK 0 0.32 0.06 0.16
HSL 311.3º 0.46% 0.71% -
HSV(B) 311.3º 0.32% 0.84% -
XYZ 48.96 39.27 60.88 -
YUV 173.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 215 146 202 0 0.32 0.06 0.16 311.3 0.46 0.71
Hex D7 92 CA 0 20 6 10 137 2E 47
Octal 327 222 312 0 40 6 20 467 56 107
Binary 11010111 10010010 11001010 0 100000 110 10000 100110111 101110 1000111

Color Harmonies of #D792CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D792CA

Black with #D792CA

Text Example


Text Example

White with #D792CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D792CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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