Html Css Color HEX #DC48FB Heliotrope

📋 copy color: '#DC48FB'

red 220 ◦ green 72 ◦ blue 251

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

Shades of Heliotrope #DC48FB

Tints of Heliotrope #DC48FB

RGB

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

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

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

R = 40.52%
G = 13.26%
B = 46.22%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC48FB (or 0xDC48FB) is known color: Heliotrope. HEX triplet: DC, 48 and FB. RGB value is (220,72,251). Sum of RGB (Red+Green+Blue) = 220+72+251=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 72 (28.52% from 255 or 13.26% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC48FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC48FB is #23B704. Grayscale: #888888. Windows color (decimal): -2340613 or 16468188. OLE color: 16468188.

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

Color convert

RGB 220 72 251 -
CMYK 0.12 0.71 0 0.02
HSL 289.61º 0.96% 0.63% -
HSV(B) 289.61º 0.71% 0.98% -
XYZ 49.25 26.82 93.85 -
YUV 136.66 192.53 187.45 -
System Red Green Blue C M Y K H S L
Decimal 220 72 251 0.12 0.71 0 0.02 289.61 0.96 0.63
Hex DC 48 FB C 47 0 2 122 60 3F
Octal 334 110 373 14 107 0 2 442 140 77
Binary 11011100 1001000 11111011 1100 1000111 0 10 100100010 1100000 111111

Color Harmonies of #DC48FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC48FB

Black with #DC48FB

Text Example


Text Example

White with #DC48FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC48FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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