Html Css Color HEX #DC4AF8 Heliotrope

📋 copy color: '#DC4AF8'

red 220 ◦ green 74 ◦ blue 248

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

Shades of Heliotrope #DC4AF8

Tints of Heliotrope #DC4AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.76%

R = 40.59%
G = 13.65%
B = 45.76%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DC4AF8 (or 0xDC4AF8) is known color: Heliotrope. HEX triplet: DC, 4A and F8. RGB value is (220,74,248). Sum of RGB (Red+Green+Blue) = 220+74+248=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 74 (29.30% from 255 or 13.65% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC4AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC4AF8 is #23B507. Grayscale: #888888. Windows color (decimal): -2340104 or 16272092. OLE color: 16272092.

HSL color Cylindrical-coordinate representation of color #DC4AF8: hue angle of 290.34º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4AF8 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 74 248 -
CMYK 0.11 0.70 0 0.03
HSL 290.34º 0.93% 0.63% -
HSV(B) 290.34º 0.7% 0.97% -
XYZ 48.91 26.89 91.42 -
YUV 137.49 190.37 186.85 -
System Red Green Blue C M Y K H S L
Decimal 220 74 248 0.11 0.70 0 0.03 290.34 0.93 0.63
Hex DC 4A F8 B 46 0 3 122 5D 3F
Octal 334 112 370 13 106 0 3 442 135 77
Binary 11011100 1001010 11111000 1011 1000110 0 11 100100010 1011101 111111

Color Harmonies of #DC4AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4AF8

Black with #DC4AF8

Text Example


Text Example

White with #DC4AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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