Html Css Color HEX #DC53FE Heliotrope

📋 copy color: '#DC53FE'

red 220 ◦ green 83 ◦ blue 254

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

Shades of Heliotrope #DC53FE

Tints of Heliotrope #DC53FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.6%

R = 39.5%
G = 14.9%
B = 45.6%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DC53FE (or 0xDC53FE) is known color: Heliotrope. HEX triplet: DC, 53 and FE. RGB value is (220,83,254). Sum of RGB (Red+Green+Blue) = 220+83+254=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 83 (32.81% from 255 or 14.90% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC53FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC53FE is #23AC01. Grayscale: #8E8E8E. Windows color (decimal): -2337794 or 16667612. OLE color: 16667612.

HSL color Cylindrical-coordinate representation of color #DC53FE: hue angle of 288.07º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC53FE is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 83 254 -
CMYK 0.13 0.67 0 0.00
HSL 288.07º 0.99% 0.66% -
HSV(B) 288.07º 0.67% 1% -
XYZ 50.5 28.56 96.62 -
YUV 143.46 190.39 182.6 -
System Red Green Blue C M Y K H S L
Decimal 220 83 254 0.13 0.67 0 0.00 288.07 0.99 0.66
Hex DC 53 FE D 43 0 0 120 63 42
Octal 334 123 376 15 103 0 0 440 143 102
Binary 11011100 1010011 11111110 1101 1000011 0 0 100100000 1100011 1000010

Color Harmonies of #DC53FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC53FE

Black with #DC53FE

Text Example


Text Example

White with #DC53FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC53FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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