Html Css Color HEX #DC48FC Heliotrope

📋 copy color: '#DC48FC'

red 220 ◦ green 72 ◦ blue 252

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

Shades of Heliotrope #DC48FC

Tints of Heliotrope #DC48FC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.24%

 BLUE value IS 252 (98.83% from 255) = 46.32%

R = 40.44%
G = 13.24%
B = 46.32%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC48FC (or 0xDC48FC) is known color: Heliotrope. HEX triplet: DC, 48 and FC. RGB value is (220,72,252). Sum of RGB (Red+Green+Blue) = 220+72+252=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 72 (28.52% from 255 or 13.24% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC48FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC48FC is #23B703. Grayscale: #888888. Windows color (decimal): -2340612 or 16533724. OLE color: 16533724.

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

Color convert

RGB 220 72 252 -
CMYK 0.13 0.71 0 0.01
HSL 289.33º 0.97% 0.64% -
HSV(B) 289.33º 0.71% 0.99% -
XYZ 49.4 26.88 94.68 -
YUV 136.77 193.03 187.36 -
System Red Green Blue C M Y K H S L
Decimal 220 72 252 0.13 0.71 0 0.01 289.33 0.97 0.64
Hex DC 48 FC D 47 0 1 121 61 40
Octal 334 110 374 15 107 0 1 441 141 100
Binary 11011100 1001000 11111100 1101 1000111 0 1 100100001 1100001 1000000

Color Harmonies of #DC48FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC48FC

Black with #DC48FC

Text Example


Text Example

White with #DC48FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC48FC; }

 p { color: rgb(220,72,252); }

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

background-color css

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

 a { background-color: rgb(220,72,252); }

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

border-color css

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

 span { border-color: rgb(220,72,252); }

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