Html Css Color HEX #DC59FB Heliotrope

📋 copy color: '#DC59FB'

red 220 ◦ green 89 ◦ blue 251

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

Shades of Heliotrope #DC59FB

Tints of Heliotrope #DC59FB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.89%

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

R = 39.29%
G = 15.89%
B = 44.82%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC59FB (or 0xDC59FB) is known color: Heliotrope. HEX triplet: DC, 59 and FB. RGB value is (220,89,251). Sum of RGB (Red+Green+Blue) = 220+89+251=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 89 (35.16% from 255 or 15.89% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC59FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC59FB is #23A604. Grayscale: #929292. Windows color (decimal): -2336261 or 16472540. OLE color: 16472540.

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

Color convert

RGB 220 89 251 -
CMYK 0.12 0.65 0 0.02
HSL 288.52º 0.95% 0.67% -
HSV(B) 288.52º 0.65% 0.98% -
XYZ 50.5 29.33 94.27 -
YUV 146.64 186.9 180.33 -
System Red Green Blue C M Y K H S L
Decimal 220 89 251 0.12 0.65 0 0.02 288.52 0.95 0.67
Hex DC 59 FB C 41 0 2 121 5F 43
Octal 334 131 373 14 101 0 2 441 137 103
Binary 11011100 1011001 11111011 1100 1000001 0 10 100100001 1011111 1000011

Color Harmonies of #DC59FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59FB

Black with #DC59FB

Text Example


Text Example

White with #DC59FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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