Html Css Color HEX #DC5DF2 Heliotrope

📋 copy color: '#DC5DF2'

red 220 ◦ green 93 ◦ blue 242

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

Shades of Heliotrope #DC5DF2

Tints of Heliotrope #DC5DF2

RGB

 RED value IS 220 (86.33% from 255) = 39.64%

 GREEN value IS 93 (36.72% from 255) = 16.76%

 BLUE value IS 242 (94.92% from 255) = 43.6%

R = 39.64%
G = 16.76%
B = 43.6%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC5DF2 (or 0xDC5DF2) is known color: Heliotrope. HEX triplet: DC, 5D and F2. RGB value is (220,93,242). Sum of RGB (Red+Green+Blue) = 220+93+242=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 93 (36.72% from 255 or 16.76% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC5DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5DF2 is #23A20D. Grayscale: #939393. Windows color (decimal): -2335246 or 15883740. OLE color: 15883740.

HSL color Cylindrical-coordinate representation of color #DC5DF2: hue angle of 291.14º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5DF2 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 93 242 -
CMYK 0.09 0.62 0 0.05
HSL 291.14º 0.85% 0.66% -
HSV(B) 291.14º 0.62% 0.95% -
XYZ 49.46 29.46 87.08 -
YUV 147.96 181.08 179.38 -
System Red Green Blue C M Y K H S L
Decimal 220 93 242 0.09 0.62 0 0.05 291.14 0.85 0.66
Hex DC 5D F2 9 3E 0 5 123 55 42
Octal 334 135 362 11 76 0 5 443 125 102
Binary 11011100 1011101 11110010 1001 111110 0 101 100100011 1010101 1000010

Color Harmonies of #DC5DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5DF2

Black with #DC5DF2

Text Example


Text Example

White with #DC5DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5DF2; }

 p { color: rgb(220,93,242); }

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

background-color css

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

 a { background-color: rgb(220,93,242); }

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

border-color css

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

 span { border-color: rgb(220,93,242); }

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