Html Css Color HEX #DC4FFD Heliotrope

📋 copy color: '#DC4FFD'

red 220 ◦ green 79 ◦ blue 253

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

Shades of Heliotrope #DC4FFD

Tints of Heliotrope #DC4FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.31%

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

R = 39.86%
G = 14.31%
B = 45.83%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC4FFD (or 0xDC4FFD) is known color: Heliotrope. HEX triplet: DC, 4F and FD. RGB value is (220,79,253). Sum of RGB (Red+Green+Blue) = 220+79+253=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 79 (31.25% from 255 or 14.31% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC4FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC4FFD is #23B002. Grayscale: #8C8C8C. Windows color (decimal): -2338819 or 16601052. OLE color: 16601052.

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

Color convert

RGB 220 79 253 -
CMYK 0.13 0.69 0 0.01
HSL 288.62º 0.98% 0.65% -
HSV(B) 288.62º 0.69% 0.99% -
XYZ 50.04 27.9 95.68 -
YUV 141 191.21 184.35 -
System Red Green Blue C M Y K H S L
Decimal 220 79 253 0.13 0.69 0 0.01 288.62 0.98 0.65
Hex DC 4F FD D 45 0 1 121 62 41
Octal 334 117 375 15 105 0 1 441 142 101
Binary 11011100 1001111 11111101 1101 1000101 0 1 100100001 1100010 1000001

Color Harmonies of #DC4FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4FFD

Black with #DC4FFD

Text Example


Text Example

White with #DC4FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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