Html Css Color HEX #DC62F1 Heliotrope

📋 copy color: '#DC62F1'

red 220 ◦ green 98 ◦ blue 241

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

Shades of Heliotrope #DC62F1

Tints of Heliotrope #DC62F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.11%

R = 39.36%
G = 17.53%
B = 43.11%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC62F1 (or 0xDC62F1) is known color: Heliotrope. HEX triplet: DC, 62 and F1. RGB value is (220,98,241). Sum of RGB (Red+Green+Blue) = 220+98+241=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 98 (38.67% from 255 or 17.53% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC62F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC62F1 is #239D0E. Grayscale: #969696. Windows color (decimal): -2333967 or 15819484. OLE color: 15819484.

HSL color Cylindrical-coordinate representation of color #DC62F1: hue angle of 291.19º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC62F1 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 98 241 -
CMYK 0.09 0.59 0 0.05
HSL 291.19º 0.84% 0.66% -
HSV(B) 291.19º 0.59% 0.95% -
XYZ 49.76 30.3 86.45 -
YUV 150.78 178.92 177.37 -
System Red Green Blue C M Y K H S L
Decimal 220 98 241 0.09 0.59 0 0.05 291.19 0.84 0.66
Hex DC 62 F1 9 3B 0 5 123 54 42
Octal 334 142 361 11 73 0 5 443 124 102
Binary 11011100 1100010 11110001 1001 111011 0 101 100100011 1010100 1000010

Color Harmonies of #DC62F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC62F1

Black with #DC62F1

Text Example


Text Example

White with #DC62F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC62F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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