Html Css Color HEX #DC74EF Heliotrope

📋 copy color: '#DC74EF'

red 220 ◦ green 116 ◦ blue 239

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

Shades of Heliotrope #DC74EF

Tints of Heliotrope #DC74EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.57%

R = 38.26%
G = 20.17%
B = 41.57%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC74EF (or 0xDC74EF) is known color: Heliotrope. HEX triplet: DC, 74 and EF. RGB value is (220,116,239). Sum of RGB (Red+Green+Blue) = 220+116+239=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC74EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC74EF is #238B10. Grayscale: #A0A0A0. Windows color (decimal): -2329361 or 15693020. OLE color: 15693020.

HSL color Cylindrical-coordinate representation of color #DC74EF: hue angle of 290.73º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC74EF is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 116 239 -
CMYK 0.08 0.51 0 0.06
HSL 290.73º 0.79% 0.7% -
HSV(B) 290.73º 0.51% 0.94% -
XYZ 51.34 33.94 85.51 -
YUV 161.12 171.96 170 -
System Red Green Blue C M Y K H S L
Decimal 220 116 239 0.08 0.51 0 0.06 290.73 0.79 0.7
Hex DC 74 EF 8 33 0 6 123 4F 46
Octal 334 164 357 10 63 0 6 443 117 106
Binary 11011100 1110100 11101111 1000 110011 0 110 100100011 1001111 1000110

Color Harmonies of #DC74EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74EF

Black with #DC74EF

Text Example


Text Example

White with #DC74EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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