Html Css Color HEX #DC74F9 Heliotrope

📋 copy color: '#DC74F9'

red 220 ◦ green 116 ◦ blue 249

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

Shades of Heliotrope #DC74F9

Tints of Heliotrope #DC74F9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.83%

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

R = 37.61%
G = 19.83%
B = 42.56%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC74F9 (or 0xDC74F9) is known color: Heliotrope. HEX triplet: DC, 74 and F9. RGB value is (220,116,249). Sum of RGB (Red+Green+Blue) = 220+116+249=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 116 (45.70% from 255 or 19.83% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC74F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC74F9 is #238B06. Grayscale: #A1A1A1. Windows color (decimal): -2329351 or 16348380. OLE color: 16348380.

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

Color convert

RGB 220 116 249 -
CMYK 0.12 0.53 0 0.02
HSL 286.92º 0.92% 0.72% -
HSV(B) 286.92º 0.53% 0.98% -
XYZ 52.86 34.55 93.5 -
YUV 162.26 176.96 169.19 -
System Red Green Blue C M Y K H S L
Decimal 220 116 249 0.12 0.53 0 0.02 286.92 0.92 0.72
Hex DC 74 F9 C 35 0 2 11F 5C 48
Octal 334 164 371 14 65 0 2 437 134 110
Binary 11011100 1110100 11111001 1100 110101 0 10 100011111 1011100 1001000

Color Harmonies of #DC74F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74F9

Black with #DC74F9

Text Example


Text Example

White with #DC74F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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