Html Css Color HEX #DC53FD Heliotrope

📋 copy color: '#DC53FD'

red 220 ◦ green 83 ◦ blue 253

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

Shades of Heliotrope #DC53FD

Tints of Heliotrope #DC53FD

RGB

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

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

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

R = 39.57%
G = 14.93%
B = 45.5%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC53FD (or 0xDC53FD) is known color: Heliotrope. HEX triplet: DC, 53 and FD. RGB value is (220,83,253). Sum of RGB (Red+Green+Blue) = 220+83+253=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 83 (32.81% from 255 or 14.93% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC53FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC53FD is #23AC02. Grayscale: #8E8E8E. Windows color (decimal): -2337795 or 16602076. OLE color: 16602076.

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

Color convert

RGB 220 83 253 -
CMYK 0.13 0.67 0 0.01
HSL 288.35º 0.98% 0.66% -
HSV(B) 288.35º 0.67% 0.99% -
XYZ 50.34 28.49 95.78 -
YUV 143.34 189.89 182.68 -
System Red Green Blue C M Y K H S L
Decimal 220 83 253 0.13 0.67 0 0.01 288.35 0.98 0.66
Hex DC 53 FD D 43 0 1 120 62 42
Octal 334 123 375 15 103 0 1 440 142 102
Binary 11011100 1010011 11111101 1101 1000011 0 1 100100000 1100010 1000010

Color Harmonies of #DC53FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC53FD

Black with #DC53FD

Text Example


Text Example

White with #DC53FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC53FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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