Html Css Color HEX #DC53FA Heliotrope

📋 copy color: '#DC53FA'

red 220 ◦ green 83 ◦ blue 250

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

Shades of Heliotrope #DC53FA

Tints of Heliotrope #DC53FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.01%

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

R = 39.78%
G = 15.01%
B = 45.21%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC53FA (or 0xDC53FA) is known color: Heliotrope. HEX triplet: DC, 53 and FA. RGB value is (220,83,250). Sum of RGB (Red+Green+Blue) = 220+83+250=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 83 (32.81% from 255 or 15.01% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC53FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC53FA is #23AC05. Grayscale: #8E8E8E. Windows color (decimal): -2337798 or 16405468. OLE color: 16405468.

HSL color Cylindrical-coordinate representation of color #DC53FA: hue angle of 289.22º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC53FA is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 83 250 -
CMYK 0.12 0.67 0 0.02
HSL 289.22º 0.94% 0.65% -
HSV(B) 289.22º 0.67% 0.98% -
XYZ 49.86 28.3 93.28 -
YUV 143 188.39 182.92 -
System Red Green Blue C M Y K H S L
Decimal 220 83 250 0.12 0.67 0 0.02 289.22 0.94 0.65
Hex DC 53 FA C 43 0 2 121 5E 41
Octal 334 123 372 14 103 0 2 441 136 101
Binary 11011100 1010011 11111010 1100 1000011 0 10 100100001 1011110 1000001

Color Harmonies of #DC53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC53FA

Black with #DC53FA

Text Example


Text Example

White with #DC53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC53FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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