Html Css Color HEX #DC66F6 Heliotrope

📋 copy color: '#DC66F6'

red 220 ◦ green 102 ◦ blue 246

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

Shades of Heliotrope #DC66F6

Tints of Heliotrope #DC66F6

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.96%

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

R = 38.73%
G = 17.96%
B = 43.31%

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

#DC66F6 (or 0xDC66F6) is known color: Heliotrope. HEX triplet: DC, 66 and F6. RGB value is (220,102,246). Sum of RGB (Red+Green+Blue) = 220+102+246=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 102 (40.23% from 255 or 17.96% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC66F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC66F6 is #239909. Grayscale: #999999. Windows color (decimal): -2332938 or 16148188. OLE color: 16148188.

HSL color Cylindrical-coordinate representation of color #DC66F6: hue angle of 289.17º 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 #DC66F6 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 102 246 -
CMYK 0.11 0.59 0 0.04
HSL 289.17º 0.89% 0.68% -
HSV(B) 289.17º 0.59% 0.96% -
XYZ 50.9 31.37 90.56 -
YUV 153.7 180.09 175.29 -
System Red Green Blue C M Y K H S L
Decimal 220 102 246 0.11 0.59 0 0.04 289.17 0.89 0.68
Hex DC 66 F6 B 3B 0 4 121 59 44
Octal 334 146 366 13 73 0 4 441 131 104
Binary 11011100 1100110 11110110 1011 111011 0 100 100100001 1011001 1000100

Color Harmonies of #DC66F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC66F6

Black with #DC66F6

Text Example


Text Example

White with #DC66F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC66F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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