Html Css Color HEX #DC4AFB Heliotrope

📋 copy color: '#DC4AFB'

red 220 ◦ green 74 ◦ blue 251

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

Shades of Heliotrope #DC4AFB

Tints of Heliotrope #DC4AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.58%

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

R = 40.37%
G = 13.58%
B = 46.06%

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

#DC4AFB (or 0xDC4AFB) is known color: Heliotrope. HEX triplet: DC, 4A and FB. RGB value is (220,74,251). Sum of RGB (Red+Green+Blue) = 220+74+251=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 74 (29.30% from 255 or 13.58% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC4AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC4AFB is #23B504. Grayscale: #898989. Windows color (decimal): -2340101 or 16468700. OLE color: 16468700.

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

Color convert

RGB 220 74 251 -
CMYK 0.12 0.71 0 0.02
HSL 289.49º 0.96% 0.64% -
HSV(B) 289.49º 0.71% 0.98% -
XYZ 49.38 27.08 93.89 -
YUV 137.83 191.87 186.61 -
System Red Green Blue C M Y K H S L
Decimal 220 74 251 0.12 0.71 0 0.02 289.49 0.96 0.64
Hex DC 4A FB C 47 0 2 121 60 40
Octal 334 112 373 14 107 0 2 441 140 100
Binary 11011100 1001010 11111011 1100 1000111 0 10 100100001 1100000 1000000

Color Harmonies of #DC4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4AFB

Black with #DC4AFB

Text Example


Text Example

White with #DC4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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