Html Css Color HEX #D55EED Heliotrope

📋 copy color: '#D55EED'

red 213 ◦ green 94 ◦ blue 237

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

Shades of Heliotrope #D55EED

Tints of Heliotrope #D55EED

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.28%

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

R = 39.15%
G = 17.28%
B = 43.57%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D55EED (or 0xD55EED) is known color: Heliotrope. HEX triplet: D5, 5E and ED. RGB value is (213,94,237). Sum of RGB (Red+Green+Blue) = 213+94+237=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 94 (37.11% from 255 or 17.28% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #D55EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55EED is #2AA112. Grayscale: #919191. Windows color (decimal): -2793747 or 15556309. OLE color: 15556309.

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

Color convert

RGB 213 94 237 -
CMYK 0.10 0.60 0 0.07
HSL 289.93º 0.8% 0.65% -
HSV(B) 289.93º 0.6% 0.93% -
XYZ 46.73 28.27 83.11 -
YUV 145.88 179.42 175.87 -
System Red Green Blue C M Y K H S L
Decimal 213 94 237 0.10 0.60 0 0.07 289.93 0.8 0.65
Hex D5 5E ED A 3C 0 7 122 50 41
Octal 325 136 355 12 74 0 7 442 120 101
Binary 11010101 1011110 11101101 1010 111100 0 111 100100010 1010000 1000001

Color Harmonies of #D55EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55EED

Black with #D55EED

Text Example


Text Example

White with #D55EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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