Html Css Color HEX #DC61FB Heliotrope

📋 copy color: '#DC61FB'

red 220 ◦ green 97 ◦ blue 251

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

Shades of Heliotrope #DC61FB

Tints of Heliotrope #DC61FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.19%

R = 38.73%
G = 17.08%
B = 44.19%

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

#DC61FB (or 0xDC61FB) is known color: Heliotrope. HEX triplet: DC, 61 and FB. RGB value is (220,97,251). Sum of RGB (Red+Green+Blue) = 220+97+251=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 97 (38.28% from 255 or 17.08% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC61FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC61FB is #239E04. Grayscale: #969696. Windows color (decimal): -2334213 or 16474588. OLE color: 16474588.

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

Color convert

RGB 220 97 251 -
CMYK 0.12 0.61 0 0.02
HSL 287.92º 0.95% 0.68% -
HSV(B) 287.92º 0.61% 0.98% -
XYZ 51.2 30.73 94.5 -
YUV 151.33 184.25 176.98 -
System Red Green Blue C M Y K H S L
Decimal 220 97 251 0.12 0.61 0 0.02 287.92 0.95 0.68
Hex DC 61 FB C 3D 0 2 120 5F 44
Octal 334 141 373 14 75 0 2 440 137 104
Binary 11011100 1100001 11111011 1100 111101 0 10 100100000 1011111 1000100

Color Harmonies of #DC61FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC61FB

Black with #DC61FB

Text Example


Text Example

White with #DC61FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC61FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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