Html Css Color HEX #DC52F9 Heliotrope

📋 copy color: '#DC52F9'

red 220 ◦ green 82 ◦ blue 249

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

Shades of Heliotrope #DC52F9

Tints of Heliotrope #DC52F9

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.88%

 BLUE value IS 249 (97.66% from 255) = 45.19%

R = 39.93%
G = 14.88%
B = 45.19%

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

#DC52F9 (or 0xDC52F9) is known color: Heliotrope. HEX triplet: DC, 52 and F9. RGB value is (220,82,249). Sum of RGB (Red+Green+Blue) = 220+82+249=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 82 (32.42% from 255 or 14.88% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC52F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC52F9 is #23AD06. Grayscale: #8D8D8D. Windows color (decimal): -2338055 or 16339676. OLE color: 16339676.

HSL color Cylindrical-coordinate representation of color #DC52F9: hue angle of 289.58º degrees, saturation: 0.93, 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 #DC52F9 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 82 249 -
CMYK 0.12 0.67 0 0.02
HSL 289.58º 0.93% 0.65% -
HSV(B) 289.58º 0.67% 0.98% -
XYZ 49.63 28.09 92.43 -
YUV 142.3 188.22 183.42 -
System Red Green Blue C M Y K H S L
Decimal 220 82 249 0.12 0.67 0 0.02 289.58 0.93 0.65
Hex DC 52 F9 C 43 0 2 122 5D 41
Octal 334 122 371 14 103 0 2 442 135 101
Binary 11011100 1010010 11111001 1100 1000011 0 10 100100010 1011101 1000001

Color Harmonies of #DC52F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC52F9

Black with #DC52F9

Text Example


Text Example

White with #DC52F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC52F9; }

 p { color: rgb(220,82,249); }

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

background-color css

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

 a { background-color: rgb(220,82,249); }

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

border-color css

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

 span { border-color: rgb(220,82,249); }

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