Html Css Color HEX #DC61F7 Heliotrope

📋 copy color: '#DC61F7'

red 220 ◦ green 97 ◦ blue 247

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

Shades of Heliotrope #DC61F7

Tints of Heliotrope #DC61F7

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.2%

 BLUE value IS 247 (96.88% from 255) = 43.79%

R = 39.01%
G = 17.2%
B = 43.79%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DC61F7 (or 0xDC61F7) is known color: Heliotrope. HEX triplet: DC, 61 and F7. RGB value is (220,97,247). Sum of RGB (Red+Green+Blue) = 220+97+247=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 97 (38.28% from 255 or 17.20% from 564); Blue value is 247 (96.88% from 255 or 43.79% from 564); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC61F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC61F7 is #239E08. Grayscale: #969696. Windows color (decimal): -2334217 or 16212444. OLE color: 16212444.

HSL color Cylindrical-coordinate representation of color #DC61F7: hue angle of 289.2º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC61F7 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 97 247 -
CMYK 0.11 0.61 0 0.03
HSL 289.2º 0.9% 0.67% -
HSV(B) 289.2º 0.61% 0.97% -
XYZ 50.58 30.48 91.21 -
YUV 150.88 182.25 177.3 -
System Red Green Blue C M Y K H S L
Decimal 220 97 247 0.11 0.61 0 0.03 289.2 0.9 0.67
Hex DC 61 F7 B 3D 0 3 121 5A 43
Octal 334 141 367 13 75 0 3 441 132 103
Binary 11011100 1100001 11110111 1011 111101 0 11 100100001 1011010 1000011

Color Harmonies of #DC61F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC61F7

Black with #DC61F7

Text Example


Text Example

White with #DC61F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC61F7; }

 p { color: rgb(220,97,247); }

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

background-color css

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

 a { background-color: rgb(220,97,247); }

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

border-color css

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

 span { border-color: rgb(220,97,247); }

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