Html Css Color HEX #D092C7 Lilac

📋 copy color: '#D092C7'

red 208 ◦ green 146 ◦ blue 199

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

Shades of Lilac #D092C7

Tints of Lilac #D092C7

RGB

 RED value IS 208 (81.64% from 255) = 37.61%

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

 BLUE value IS 199 (78.13% from 255) = 35.99%

R = 37.61%
G = 26.4%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D092C7 (or 0xD092C7) is known color: Lilac. HEX triplet: D0, 92 and C7. RGB value is (208,146,199). Sum of RGB (Red+Green+Blue) = 208+146+199=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D092C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092C7 is #2F6D38. Grayscale: #AAAAAA. Windows color (decimal): -3108153 or 13079248. OLE color: 13079248.

HSL color Cylindrical-coordinate representation of color #D092C7: hue angle of 308.71º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D092C7 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 146 199 -
CMYK 0 0.30 0.04 0.18
HSL 308.71º 0.4% 0.69% -
HSV(B) 308.71º 0.3% 0.82% -
XYZ 46.6 38.09 58.93 -
YUV 170.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 208 146 199 0 0.30 0.04 0.18 308.71 0.4 0.69
Hex D0 92 C7 0 1E 4 12 135 28 45
Octal 320 222 307 0 36 4 22 465 50 105
Binary 11010000 10010010 11000111 0 11110 100 10010 100110101 101000 1000101

Color Harmonies of #D092C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D092C7

Black with #D092C7

Text Example


Text Example

White with #D092C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D092C7; }

 p { color: rgb(208,146,199); }

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

background-color css

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

 a { background-color: rgb(208,146,199); }

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

border-color css

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

 span { border-color: rgb(208,146,199); }

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