Html Css Color HEX #D560ED Heliotrope

📋 copy color: '#D560ED'

red 213 ◦ green 96 ◦ blue 237

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

Shades of Heliotrope #D560ED

Tints of Heliotrope #D560ED

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.58%

 BLUE value IS 237 (92.97% from 255) = 43.41%

R = 39.01%
G = 17.58%
B = 43.41%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D560ED (or 0xD560ED) is known color: Heliotrope. HEX triplet: D5, 60 and ED. RGB value is (213,96,237). Sum of RGB (Red+Green+Blue) = 213+96+237=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 96 (37.89% from 255 or 17.58% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #D560ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D560ED is #2A9F12. Grayscale: #929292. Windows color (decimal): -2793235 or 15556821. OLE color: 15556821.

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

Color convert

RGB 213 96 237 -
CMYK 0.10 0.59 0 0.07
HSL 289.79º 0.8% 0.65% -
HSV(B) 289.79º 0.59% 0.93% -
XYZ 46.91 28.63 83.17 -
YUV 147.06 178.76 175.04 -
System Red Green Blue C M Y K H S L
Decimal 213 96 237 0.10 0.59 0 0.07 289.79 0.8 0.65
Hex D5 60 ED A 3B 0 7 122 50 41
Octal 325 140 355 12 73 0 7 442 120 101
Binary 11010101 1100000 11101101 1010 111011 0 111 100100010 1010000 1000001

Color Harmonies of #D560ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D560ED

Black with #D560ED

Text Example


Text Example

White with #D560ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D560ED; }

 p { color: rgb(213,96,237); }

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

background-color css

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

 a { background-color: rgb(213,96,237); }

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

border-color css

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

 span { border-color: rgb(213,96,237); }

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