Html Css Color HEX #DC4AFD Heliotrope

📋 copy color: '#DC4AFD'

red 220 ◦ green 74 ◦ blue 253

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

Shades of Heliotrope #DC4AFD

Tints of Heliotrope #DC4AFD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.53%

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

R = 40.22%
G = 13.53%
B = 46.25%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC4AFD (or 0xDC4AFD) is known color: Heliotrope. HEX triplet: DC, 4A and FD. RGB value is (220,74,253). Sum of RGB (Red+Green+Blue) = 220+74+253=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 74 (29.30% from 255 or 13.53% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC4AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC4AFD is #23B502. Grayscale: #898989. Windows color (decimal): -2340099 or 16599772. OLE color: 16599772.

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

Color convert

RGB 220 74 253 -
CMYK 0.13 0.71 0 0.01
HSL 288.94º 0.98% 0.64% -
HSV(B) 288.94º 0.71% 0.99% -
XYZ 49.69 27.21 95.56 -
YUV 138.06 192.87 186.45 -
System Red Green Blue C M Y K H S L
Decimal 220 74 253 0.13 0.71 0 0.01 288.94 0.98 0.64
Hex DC 4A FD D 47 0 1 121 62 40
Octal 334 112 375 15 107 0 1 441 142 100
Binary 11011100 1001010 11111101 1101 1000111 0 1 100100001 1100010 1000000

Color Harmonies of #DC4AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4AFD

Black with #DC4AFD

Text Example


Text Example

White with #DC4AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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