Html Css Color HEX #DC4EFD Heliotrope

📋 copy color: '#DC4EFD'

red 220 ◦ green 78 ◦ blue 253

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

Shades of Heliotrope #DC4EFD

Tints of Heliotrope #DC4EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.16%

 BLUE value IS 253 (99.22% from 255) = 45.92%

R = 39.93%
G = 14.16%
B = 45.92%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC4EFD (or 0xDC4EFD) is known color: Heliotrope. HEX triplet: DC, 4E and FD. RGB value is (220,78,253). Sum of RGB (Red+Green+Blue) = 220+78+253=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 78 (30.86% from 255 or 14.16% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC4EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC4EFD is #23B102. Grayscale: #8B8B8B. Windows color (decimal): -2339075 or 16600796. OLE color: 16600796.

HSL color Cylindrical-coordinate representation of color #DC4EFD: hue angle of 288.69º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4EFD is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 78 253 -
CMYK 0.13 0.69 0 0.01
HSL 288.69º 0.98% 0.65% -
HSV(B) 288.69º 0.69% 0.99% -
XYZ 49.97 27.76 95.65 -
YUV 140.41 191.54 184.77 -
System Red Green Blue C M Y K H S L
Decimal 220 78 253 0.13 0.69 0 0.01 288.69 0.98 0.65
Hex DC 4E FD D 45 0 1 121 62 41
Octal 334 116 375 15 105 0 1 441 142 101
Binary 11011100 1001110 11111101 1101 1000101 0 1 100100001 1100010 1000001

Color Harmonies of #DC4EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4EFD

Black with #DC4EFD

Text Example


Text Example

White with #DC4EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4EFD; }

 p { color: rgb(220,78,253); }

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

background-color css

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

 a { background-color: rgb(220,78,253); }

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

border-color css

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

 span { border-color: rgb(220,78,253); }

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