Html Css Color HEX #DC65F6 Heliotrope

📋 copy color: '#DC65F6'

red 220 ◦ green 101 ◦ blue 246

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

Shades of Heliotrope #DC65F6

Tints of Heliotrope #DC65F6

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.81%

 BLUE value IS 246 (96.48% from 255) = 43.39%

R = 38.8%
G = 17.81%
B = 43.39%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DC65F6 (or 0xDC65F6) is known color: Heliotrope. HEX triplet: DC, 65 and F6. RGB value is (220,101,246). Sum of RGB (Red+Green+Blue) = 220+101+246=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 101 (39.84% from 255 or 17.81% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC65F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC65F6 is #239A09. Grayscale: #989898. Windows color (decimal): -2333194 or 16147932. OLE color: 16147932.

HSL color Cylindrical-coordinate representation of color #DC65F6: hue angle of 289.24º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC65F6 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 101 246 -
CMYK 0.11 0.59 0 0.04
HSL 289.24º 0.89% 0.68% -
HSV(B) 289.24º 0.59% 0.96% -
XYZ 50.8 31.18 90.53 -
YUV 153.11 180.42 175.71 -
System Red Green Blue C M Y K H S L
Decimal 220 101 246 0.11 0.59 0 0.04 289.24 0.89 0.68
Hex DC 65 F6 B 3B 0 4 121 59 44
Octal 334 145 366 13 73 0 4 441 131 104
Binary 11011100 1100101 11110110 1011 111011 0 100 100100001 1011001 1000100

Color Harmonies of #DC65F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC65F6

Black with #DC65F6

Text Example


Text Example

White with #DC65F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC65F6; }

 p { color: rgb(220,101,246); }

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

background-color css

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

 a { background-color: rgb(220,101,246); }

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

border-color css

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

 span { border-color: rgb(220,101,246); }

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