Html Css Color HEX #DC74FB Heliotrope

📋 copy color: '#DC74FB'

red 220 ◦ green 116 ◦ blue 251

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

Shades of Heliotrope #DC74FB

Tints of Heliotrope #DC74FB

RGB

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

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

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

R = 37.48%
G = 19.76%
B = 42.76%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC74FB (or 0xDC74FB) is known color: Heliotrope. HEX triplet: DC, 74 and FB. RGB value is (220,116,251). Sum of RGB (Red+Green+Blue) = 220+116+251=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 116 (45.70% from 255 or 19.76% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC74FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC74FB is #238B04. Grayscale: #A2A2A2. Windows color (decimal): -2329349 or 16479452. OLE color: 16479452.

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

Color convert

RGB 220 116 251 -
CMYK 0.12 0.54 0 0.02
HSL 286.22º 0.94% 0.72% -
HSV(B) 286.22º 0.54% 0.98% -
XYZ 53.17 34.67 95.16 -
YUV 162.49 177.96 169.02 -
System Red Green Blue C M Y K H S L
Decimal 220 116 251 0.12 0.54 0 0.02 286.22 0.94 0.72
Hex DC 74 FB C 36 0 2 11E 5E 48
Octal 334 164 373 14 66 0 2 436 136 110
Binary 11011100 1110100 11111011 1100 110110 0 10 100011110 1011110 1001000

Color Harmonies of #DC74FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74FB

Black with #DC74FB

Text Example


Text Example

White with #DC74FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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