Html Css Color HEX #DC60FB Heliotrope

📋 copy color: '#DC60FB'

red 220 ◦ green 96 ◦ blue 251

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

Shades of Heliotrope #DC60FB

Tints of Heliotrope #DC60FB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.93%

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

R = 38.8%
G = 16.93%
B = 44.27%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC60FB (or 0xDC60FB) is known color: Heliotrope. HEX triplet: DC, 60 and FB. RGB value is (220,96,251). Sum of RGB (Red+Green+Blue) = 220+96+251=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 96 (37.89% from 255 or 16.93% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC60FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC60FB is #239F04. Grayscale: #969696. Windows color (decimal): -2334469 or 16474332. OLE color: 16474332.

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

Color convert

RGB 220 96 251 -
CMYK 0.12 0.62 0 0.02
HSL 288º 0.95% 0.68% -
HSV(B) 288º 0.62% 0.98% -
XYZ 51.11 30.55 94.47 -
YUV 150.75 184.58 177.4 -
System Red Green Blue C M Y K H S L
Decimal 220 96 251 0.12 0.62 0 0.02 288 0.95 0.68
Hex DC 60 FB C 3E 0 2 120 5F 44
Octal 334 140 373 14 76 0 2 440 137 104
Binary 11011100 1100000 11111011 1100 111110 0 10 100100000 1011111 1000100

Color Harmonies of #DC60FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC60FB

Black with #DC60FB

Text Example


Text Example

White with #DC60FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC60FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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