Html Css Color HEX #DC5DF4 Heliotrope

📋 copy color: '#DC5DF4'

red 220 ◦ green 93 ◦ blue 244

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

Shades of Heliotrope #DC5DF4

Tints of Heliotrope #DC5DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 43.81%

R = 39.5%
G = 16.7%
B = 43.81%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DC5DF4 (or 0xDC5DF4) is known color: Heliotrope. HEX triplet: DC, 5D and F4. RGB value is (220,93,244). Sum of RGB (Red+Green+Blue) = 220+93+244=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 93 (36.72% from 255 or 16.70% from 557); Blue value is 244 (95.70% from 255 or 43.81% from 557); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC5DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5DF4 is #23A20B. Grayscale: #939393. Windows color (decimal): -2335244 or 16014812. OLE color: 16014812.

HSL color Cylindrical-coordinate representation of color #DC5DF4: hue angle of 290.46º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5DF4 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 93 244 -
CMYK 0.10 0.62 0 0.04
HSL 290.46º 0.87% 0.66% -
HSV(B) 290.46º 0.62% 0.96% -
XYZ 49.76 29.58 88.67 -
YUV 148.19 182.08 179.22 -
System Red Green Blue C M Y K H S L
Decimal 220 93 244 0.10 0.62 0 0.04 290.46 0.87 0.66
Hex DC 5D F4 A 3E 0 4 122 57 42
Octal 334 135 364 12 76 0 4 442 127 102
Binary 11011100 1011101 11110100 1010 111110 0 100 100100010 1010111 1000010

Color Harmonies of #DC5DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5DF4

Black with #DC5DF4

Text Example


Text Example

White with #DC5DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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