Html Css Color HEX #D293CA Lilac

📋 copy color: '#D293CA'

red 210 ◦ green 147 ◦ blue 202

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

Shades of Lilac #D293CA

Tints of Lilac #D293CA

RGB

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

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

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

R = 37.57%
G = 26.3%
B = 36.14%

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

#D293CA (or 0xD293CA) is known color: Lilac. HEX triplet: D2, 93 and CA. RGB value is (210,147,202). Sum of RGB (Red+Green+Blue) = 210+147+202=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D293CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293CA is #2D6C35. Grayscale: #ABABAB. Windows color (decimal): -2976822 or 13276114. OLE color: 13276114.

HSL color Cylindrical-coordinate representation of color #D293CA: hue angle of 307.62º 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 #D293CA is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 147 202 -
CMYK 0 0.30 0.04 0.18
HSL 307.62º 0.41% 0.7% -
HSV(B) 307.62º 0.3% 0.82% -
XYZ 47.67 38.83 60.86 -
YUV 172.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 210 147 202 0 0.30 0.04 0.18 307.62 0.41 0.7
Hex D2 93 CA 0 1E 4 12 134 29 46
Octal 322 223 312 0 36 4 22 464 51 106
Binary 11010010 10010011 11001010 0 11110 100 10010 100110100 101001 1000110

Color Harmonies of #D293CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D293CA

Black with #D293CA

Text Example


Text Example

White with #D293CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D293CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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