Html Css Color HEX #D574EF Heliotrope

📋 copy color: '#D574EF'

red 213 ◦ green 116 ◦ blue 239

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

Shades of Heliotrope #D574EF

Tints of Heliotrope #D574EF

RGB

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

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

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

R = 37.5%
G = 20.42%
B = 42.08%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D574EF (or 0xD574EF) is known color: Heliotrope. HEX triplet: D5, 74 and EF. RGB value is (213,116,239). Sum of RGB (Red+Green+Blue) = 213+116+239=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 116 (45.70% from 255 or 20.42% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #D574EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D574EF is #2A8B10. Grayscale: #9E9E9E. Windows color (decimal): -2788113 or 15693013. OLE color: 15693013.

HSL color Cylindrical-coordinate representation of color #D574EF: hue angle of 287.32º 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 #D574EF is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 116 239 -
CMYK 0.11 0.51 0 0.06
HSL 287.32º 0.79% 0.7% -
HSV(B) 287.32º 0.51% 0.94% -
XYZ 49.27 32.87 85.41 -
YUV 159.03 173.14 166.5 -
System Red Green Blue C M Y K H S L
Decimal 213 116 239 0.11 0.51 0 0.06 287.32 0.79 0.7
Hex D5 74 EF B 33 0 6 11F 4F 46
Octal 325 164 357 13 63 0 6 437 117 106
Binary 11010101 1110100 11101111 1011 110011 0 110 100011111 1001111 1000110

Color Harmonies of #D574EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D574EF

Black with #D574EF

Text Example


Text Example

White with #D574EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D574EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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