Html Css Color HEX #D561EE Heliotrope

📋 copy color: '#D561EE'

red 213 ◦ green 97 ◦ blue 238

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

Shades of Heliotrope #D561EE

Tints of Heliotrope #D561EE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.7%

 BLUE value IS 238 (93.36% from 255) = 43.43%

R = 38.87%
G = 17.7%
B = 43.43%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D561EE (or 0xD561EE) is known color: Heliotrope. HEX triplet: D5, 61 and EE. RGB value is (213,97,238). Sum of RGB (Red+Green+Blue) = 213+97+238=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 97 (38.28% from 255 or 17.70% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #D561EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D561EE is #2A9E11. Grayscale: #939393. Windows color (decimal): -2792978 or 15622613. OLE color: 15622613.

HSL color Cylindrical-coordinate representation of color #D561EE: hue angle of 289.36º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D561EE is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 97 238 -
CMYK 0.11 0.59 0 0.07
HSL 289.36º 0.81% 0.66% -
HSV(B) 289.36º 0.59% 0.93% -
XYZ 47.15 28.87 83.98 -
YUV 147.76 178.93 174.54 -
System Red Green Blue C M Y K H S L
Decimal 213 97 238 0.11 0.59 0 0.07 289.36 0.81 0.66
Hex D5 61 EE B 3B 0 7 121 51 42
Octal 325 141 356 13 73 0 7 441 121 102
Binary 11010101 1100001 11101110 1011 111011 0 111 100100001 1010001 1000010

Color Harmonies of #D561EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D561EE

Black with #D561EE

Text Example


Text Example

White with #D561EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D561EE; }

 p { color: rgb(213,97,238); }

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

background-color css

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

 a { background-color: rgb(213,97,238); }

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

border-color css

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

 span { border-color: rgb(213,97,238); }

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