Html Css Color HEX #DC62F9 Heliotrope

📋 copy color: '#DC62F9'

red 220 ◦ green 98 ◦ blue 249

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

Shades of Heliotrope #DC62F9

Tints of Heliotrope #DC62F9

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.28%

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

R = 38.8%
G = 17.28%
B = 43.92%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC62F9 (or 0xDC62F9) is known color: Heliotrope. HEX triplet: DC, 62 and F9. RGB value is (220,98,249). Sum of RGB (Red+Green+Blue) = 220+98+249=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 98 (38.67% from 255 or 17.28% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC62F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC62F9 is #239D06. Grayscale: #979797. Windows color (decimal): -2333959 or 16343772. OLE color: 16343772.

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

Color convert

RGB 220 98 249 -
CMYK 0.12 0.61 0 0.02
HSL 288.48º 0.93% 0.68% -
HSV(B) 288.48º 0.61% 0.98% -
XYZ 50.98 30.79 92.88 -
YUV 151.69 182.92 176.72 -
System Red Green Blue C M Y K H S L
Decimal 220 98 249 0.12 0.61 0 0.02 288.48 0.93 0.68
Hex DC 62 F9 C 3D 0 2 120 5D 44
Octal 334 142 371 14 75 0 2 440 135 104
Binary 11011100 1100010 11111001 1100 111101 0 10 100100000 1011101 1000100

Color Harmonies of #DC62F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC62F9

Black with #DC62F9

Text Example


Text Example

White with #DC62F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC62F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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