Html Css Color HEX #DC4EFB Heliotrope

📋 copy color: '#DC4EFB'

red 220 ◦ green 78 ◦ blue 251

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

Shades of Heliotrope #DC4EFB

Tints of Heliotrope #DC4EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.21%

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

R = 40.07%
G = 14.21%
B = 45.72%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC4EFB (or 0xDC4EFB) is known color: Heliotrope. HEX triplet: DC, 4E and FB. RGB value is (220,78,251). Sum of RGB (Red+Green+Blue) = 220+78+251=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 78 (30.86% from 255 or 14.21% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC4EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC4EFB is #23B104. Grayscale: #8B8B8B. Windows color (decimal): -2339077 or 16469724. OLE color: 16469724.

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

Color convert

RGB 220 78 251 -
CMYK 0.12 0.69 0 0.02
HSL 289.25º 0.96% 0.65% -
HSV(B) 289.25º 0.69% 0.98% -
XYZ 49.65 27.63 93.98 -
YUV 140.18 190.54 184.93 -
System Red Green Blue C M Y K H S L
Decimal 220 78 251 0.12 0.69 0 0.02 289.25 0.96 0.65
Hex DC 4E FB C 45 0 2 121 60 41
Octal 334 116 373 14 105 0 2 441 140 101
Binary 11011100 1001110 11111011 1100 1000101 0 10 100100001 1100000 1000001

Color Harmonies of #DC4EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4EFB

Black with #DC4EFB

Text Example


Text Example

White with #DC4EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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