Html Css Color HEX #D293CB Lilac

📋 copy color: '#D293CB'

red 210 ◦ green 147 ◦ blue 203

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

Shades of Lilac #D293CB

Tints of Lilac #D293CB

RGB

 RED value IS 210 (82.42% from 255) = 37.5%

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

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

R = 37.5%
G = 26.25%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D293CB (or 0xD293CB) is known color: Lilac. HEX triplet: D2, 93 and CB. RGB value is (210,147,203). Sum of RGB (Red+Green+Blue) = 210+147+203=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D293CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293CB is #2D6C34. Grayscale: #ACACAC. Windows color (decimal): -2976821 or 13341650. OLE color: 13341650.

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

Color convert

RGB 210 147 203 -
CMYK 0 0.30 0.03 0.18
HSL 306.67º 0.41% 0.7% -
HSV(B) 306.67º 0.3% 0.82% -
XYZ 47.79 38.88 61.49 -
YUV 172.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 210 147 203 0 0.30 0.03 0.18 306.67 0.41 0.7
Hex D2 93 CB 0 1E 3 12 133 29 46
Octal 322 223 313 0 36 3 22 463 51 106
Binary 11010010 10010011 11001011 0 11110 11 10010 100110011 101001 1000110

Color Harmonies of #D293CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D293CB

Black with #D293CB

Text Example


Text Example

White with #D293CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D293CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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