Html Css Color HEX #DC61ED Heliotrope

📋 copy color: '#DC61ED'

red 220 ◦ green 97 ◦ blue 237

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

Shades of Heliotrope #DC61ED

Tints of Heliotrope #DC61ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.78%

R = 39.71%
G = 17.51%
B = 42.78%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC61ED (or 0xDC61ED) is known color: Heliotrope. HEX triplet: DC, 61 and ED. RGB value is (220,97,237). Sum of RGB (Red+Green+Blue) = 220+97+237=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 97 (38.28% from 255 or 17.51% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC61ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC61ED is #239E12. Grayscale: #959595. Windows color (decimal): -2334227 or 15557084. OLE color: 15557084.

HSL color Cylindrical-coordinate representation of color #DC61ED: hue angle of 292.71º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC61ED is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 97 237 -
CMYK 0.07 0.59 0 0.07
HSL 292.71º 0.8% 0.65% -
HSV(B) 292.71º 0.59% 0.93% -
XYZ 49.08 29.88 83.3 -
YUV 149.74 177.25 178.12 -
System Red Green Blue C M Y K H S L
Decimal 220 97 237 0.07 0.59 0 0.07 292.71 0.8 0.65
Hex DC 61 ED 7 3B 0 7 125 50 41
Octal 334 141 355 7 73 0 7 445 120 101
Binary 11011100 1100001 11101101 111 111011 0 111 100100101 1010000 1000001

Color Harmonies of #DC61ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC61ED

Black with #DC61ED

Text Example


Text Example

White with #DC61ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC61ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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