Html Css Color HEX #DC4DFD Heliotrope

📋 copy color: '#DC4DFD'

red 220 ◦ green 77 ◦ blue 253

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

Shades of Heliotrope #DC4DFD

Tints of Heliotrope #DC4DFD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14%

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

R = 40%
G = 14%
B = 46%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC4DFD (or 0xDC4DFD) is known color: Heliotrope. HEX triplet: DC, 4D and FD. RGB value is (220,77,253). Sum of RGB (Red+Green+Blue) = 220+77+253=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 77 (30.47% from 255 or 14% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC4DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC4DFD is #23B202. Grayscale: #8B8B8B. Windows color (decimal): -2339331 or 16600540. OLE color: 16600540.

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

Color convert

RGB 220 77 253 -
CMYK 0.13 0.70 0 0.01
HSL 288.75º 0.98% 0.65% -
HSV(B) 288.75º 0.7% 0.99% -
XYZ 49.9 27.62 95.63 -
YUV 139.82 191.88 185.19 -
System Red Green Blue C M Y K H S L
Decimal 220 77 253 0.13 0.70 0 0.01 288.75 0.98 0.65
Hex DC 4D FD D 46 0 1 121 62 41
Octal 334 115 375 15 106 0 1 441 142 101
Binary 11011100 1001101 11111101 1101 1000110 0 1 100100001 1100010 1000001

Color Harmonies of #DC4DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4DFD

Black with #DC4DFD

Text Example


Text Example

White with #DC4DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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