Html Css Color HEX #DC4CF9 Heliotrope

📋 copy color: '#DC4CF9'

red 220 ◦ green 76 ◦ blue 249

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

Shades of Heliotrope #DC4CF9

Tints of Heliotrope #DC4CF9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.94%

 BLUE value IS 249 (97.66% from 255) = 45.69%

R = 40.37%
G = 13.94%
B = 45.69%

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

#DC4CF9 (or 0xDC4CF9) is known color: Heliotrope. HEX triplet: DC, 4C and F9. RGB value is (220,76,249). Sum of RGB (Red+Green+Blue) = 220+76+249=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 76 (30.08% from 255 or 13.94% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC4CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC4CF9 is #23B306. Grayscale: #8A8A8A. Windows color (decimal): -2339591 or 16338140. OLE color: 16338140.

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

Color convert

RGB 220 76 249 -
CMYK 0.12 0.69 0 0.02
HSL 289.94º 0.94% 0.64% -
HSV(B) 289.94º 0.69% 0.98% -
XYZ 49.2 27.22 92.28 -
YUV 138.78 190.21 185.93 -
System Red Green Blue C M Y K H S L
Decimal 220 76 249 0.12 0.69 0 0.02 289.94 0.94 0.64
Hex DC 4C F9 C 45 0 2 122 5E 40
Octal 334 114 371 14 105 0 2 442 136 100
Binary 11011100 1001100 11111001 1100 1000101 0 10 100100010 1011110 1000000

Color Harmonies of #DC4CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4CF9

Black with #DC4CF9

Text Example


Text Example

White with #DC4CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4CF9; }

 p { color: rgb(220,76,249); }

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

background-color css

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

 a { background-color: rgb(220,76,249); }

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

border-color css

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

 span { border-color: rgb(220,76,249); }

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