Html Css Color HEX #D093CB Lilac

📋 copy color: '#D093CB'

red 208 ◦ green 147 ◦ blue 203

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

Shades of Lilac #D093CB

Tints of Lilac #D093CB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.34%

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

R = 37.28%
G = 26.34%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D093CB (or 0xD093CB) is known color: Lilac. HEX triplet: D0, 93 and CB. RGB value is (208,147,203). Sum of RGB (Red+Green+Blue) = 208+147+203=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 208 - color contains mainly: red. Hex color #D093CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093CB is #2F6C34. Grayscale: #ABABAB. Windows color (decimal): -3107893 or 13341648. OLE color: 13341648.

HSL color Cylindrical-coordinate representation of color #D093CB: hue angle of 304.92º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D093CB is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 147 203 -
CMYK 0 0.29 0.02 0.18
HSL 304.92º 0.39% 0.7% -
HSV(B) 304.92º 0.29% 0.82% -
XYZ 47.23 38.59 61.46 -
YUV 171.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 208 147 203 0 0.29 0.02 0.18 304.92 0.39 0.7
Hex D0 93 CB 0 1D 2 12 131 27 46
Octal 320 223 313 0 35 2 22 461 47 106
Binary 11010000 10010011 11001011 0 11101 10 10010 100110001 100111 1000110

Color Harmonies of #D093CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D093CB

Black with #D093CB

Text Example


Text Example

White with #D093CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D093CB; }

 p { color: rgb(208,147,203); }

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

background-color css

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

 a { background-color: rgb(208,147,203); }

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

border-color css

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

 span { border-color: rgb(208,147,203); }

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