Html Css Color HEX #DC46FD Heliotrope

📋 copy color: '#DC46FD'

red 220 ◦ green 70 ◦ blue 253

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

Shades of Heliotrope #DC46FD

Tints of Heliotrope #DC46FD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.89%

 BLUE value IS 253 (99.22% from 255) = 46.59%

R = 40.52%
G = 12.89%
B = 46.59%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC46FD (or 0xDC46FD) is known color: Heliotrope. HEX triplet: DC, 46 and FD. RGB value is (220,70,253). Sum of RGB (Red+Green+Blue) = 220+70+253=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 70 (27.73% from 255 or 12.89% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC46FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC46FD is #23B902. Grayscale: #878787. Windows color (decimal): -2341123 or 16598748. OLE color: 16598748.

HSL color Cylindrical-coordinate representation of color #DC46FD: hue angle of 289.18º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC46FD is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 70 253 -
CMYK 0.13 0.72 0 0.01
HSL 289.18º 0.98% 0.63% -
HSV(B) 289.18º 0.72% 0.99% -
XYZ 49.43 26.69 95.47 -
YUV 135.71 194.2 188.12 -
System Red Green Blue C M Y K H S L
Decimal 220 70 253 0.13 0.72 0 0.01 289.18 0.98 0.63
Hex DC 46 FD D 48 0 1 121 62 3F
Octal 334 106 375 15 110 0 1 441 142 77
Binary 11011100 1000110 11111101 1101 1001000 0 1 100100001 1100010 111111

Color Harmonies of #DC46FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC46FD

Black with #DC46FD

Text Example


Text Example

White with #DC46FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC46FD; }

 p { color: rgb(220,70,253); }

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

background-color css

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

 a { background-color: rgb(220,70,253); }

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

border-color css

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

 span { border-color: rgb(220,70,253); }

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