Html Css Color HEX #DC4CFA Heliotrope

📋 copy color: '#DC4CFA'

red 220 ◦ green 76 ◦ blue 250

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

Shades of Heliotrope #DC4CFA

Tints of Heliotrope #DC4CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.92%

 BLUE value IS 250 (98.05% from 255) = 45.79%

R = 40.29%
G = 13.92%
B = 45.79%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC4CFA (or 0xDC4CFA) is known color: Heliotrope. HEX triplet: DC, 4C and FA. RGB value is (220,76,250). Sum of RGB (Red+Green+Blue) = 220+76+250=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 76 (30.08% from 255 or 13.92% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC4CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC4CFA is #23B305. Grayscale: #8A8A8A. Windows color (decimal): -2339590 or 16403676. OLE color: 16403676.

HSL color Cylindrical-coordinate representation of color #DC4CFA: hue angle of 289.66º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4CFA is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 76 250 -
CMYK 0.12 0.70 0 0.02
HSL 289.66º 0.95% 0.64% -
HSV(B) 289.66º 0.7% 0.98% -
XYZ 49.35 27.29 93.11 -
YUV 138.89 190.71 185.85 -
System Red Green Blue C M Y K H S L
Decimal 220 76 250 0.12 0.70 0 0.02 289.66 0.95 0.64
Hex DC 4C FA C 46 0 2 122 5F 40
Octal 334 114 372 14 106 0 2 442 137 100
Binary 11011100 1001100 11111010 1100 1000110 0 10 100100010 1011111 1000000

Color Harmonies of #DC4CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4CFA

Black with #DC4CFA

Text Example


Text Example

White with #DC4CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4CFA; }

 p { color: rgb(220,76,250); }

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

background-color css

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

 a { background-color: rgb(220,76,250); }

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

border-color css

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

 span { border-color: rgb(220,76,250); }

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