Html Css Color HEX #D574EB Heliotrope

📋 copy color: '#D574EB'

red 213 ◦ green 116 ◦ blue 235

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

Shades of Heliotrope #D574EB

Tints of Heliotrope #D574EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.67%

R = 37.77%
G = 20.57%
B = 41.67%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D574EB (or 0xD574EB) is known color: Heliotrope. HEX triplet: D5, 74 and EB. RGB value is (213,116,235). Sum of RGB (Red+Green+Blue) = 213+116+235=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #D574EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D574EB is #2A8B14. Grayscale: #9E9E9E. Windows color (decimal): -2788117 or 15430869. OLE color: 15430869.

HSL color Cylindrical-coordinate representation of color #D574EB: hue angle of 288.91º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D574EB is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 116 235 -
CMYK 0.09 0.51 0 0.08
HSL 288.91º 0.75% 0.69% -
HSV(B) 288.91º 0.51% 0.92% -
XYZ 48.68 32.64 82.33 -
YUV 158.57 171.14 166.82 -
System Red Green Blue C M Y K H S L
Decimal 213 116 235 0.09 0.51 0 0.08 288.91 0.75 0.69
Hex D5 74 EB 9 33 0 8 121 4B 45
Octal 325 164 353 11 63 0 10 441 113 105
Binary 11010101 1110100 11101011 1001 110011 0 1000 100100001 1001011 1000101

Color Harmonies of #D574EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D574EB

Black with #D574EB

Text Example


Text Example

White with #D574EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D574EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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