Html Css Color HEX #D574F6 Heliotrope

📋 copy color: '#D574F6'

red 213 ◦ green 116 ◦ blue 246

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

Shades of Heliotrope #D574F6

Tints of Heliotrope #D574F6

RGB

 RED value IS 213 (83.59% from 255) = 37.04%

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

 BLUE value IS 246 (96.48% from 255) = 42.78%

R = 37.04%
G = 20.17%
B = 42.78%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D574F6 (or 0xD574F6) is known color: Heliotrope. HEX triplet: D5, 74 and F6. RGB value is (213,116,246). Sum of RGB (Red+Green+Blue) = 213+116+246=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #D574F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D574F6 is #2A8B09. Grayscale: #9F9F9F. Windows color (decimal): -2788106 or 16151765. OLE color: 16151765.

HSL color Cylindrical-coordinate representation of color #D574F6: hue angle of 284.77º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D574F6 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 116 246 -
CMYK 0.13 0.53 0 0.04
HSL 284.77º 0.88% 0.71% -
HSV(B) 284.77º 0.53% 0.96% -
XYZ 50.32 33.29 90.96 -
YUV 159.82 176.64 165.93 -
System Red Green Blue C M Y K H S L
Decimal 213 116 246 0.13 0.53 0 0.04 284.77 0.88 0.71
Hex D5 74 F6 D 35 0 4 11D 58 47
Octal 325 164 366 15 65 0 4 435 130 107
Binary 11010101 1110100 11110110 1101 110101 0 100 100011101 1011000 1000111

Color Harmonies of #D574F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D574F6

Black with #D574F6

Text Example


Text Example

White with #D574F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D574F6; }

 p { color: rgb(213,116,246); }

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

background-color css

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

 a { background-color: rgb(213,116,246); }

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

border-color css

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

 span { border-color: rgb(213,116,246); }

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