Html Css Color HEX #D55FF0 Heliotrope

📋 copy color: '#D55FF0'

red 213 ◦ green 95 ◦ blue 240

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

Shades of Heliotrope #D55FF0

Tints of Heliotrope #D55FF0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.34%

 BLUE value IS 240 (94.14% from 255) = 43.8%

R = 38.87%
G = 17.34%
B = 43.8%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D55FF0 (or 0xD55FF0) is known color: Heliotrope. HEX triplet: D5, 5F and F0. RGB value is (213,95,240). Sum of RGB (Red+Green+Blue) = 213+95+240=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 95 (37.5% from 255 or 17.34% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #D55FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55FF0 is #2AA00F. Grayscale: #929292. Windows color (decimal): -2793488 or 15753173. OLE color: 15753173.

HSL color Cylindrical-coordinate representation of color #D55FF0: hue angle of 288.83º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55FF0 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 95 240 -
CMYK 0.11 0.60 0 0.06
HSL 288.83º 0.83% 0.66% -
HSV(B) 288.83º 0.6% 0.94% -
XYZ 47.26 28.62 85.47 -
YUV 146.81 180.59 175.21 -
System Red Green Blue C M Y K H S L
Decimal 213 95 240 0.11 0.60 0 0.06 288.83 0.83 0.66
Hex D5 5F F0 B 3C 0 6 121 53 42
Octal 325 137 360 13 74 0 6 441 123 102
Binary 11010101 1011111 11110000 1011 111100 0 110 100100001 1010011 1000010

Color Harmonies of #D55FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FF0

Black with #D55FF0

Text Example


Text Example

White with #D55FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FF0; }

 p { color: rgb(213,95,240); }

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

background-color css

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

 a { background-color: rgb(213,95,240); }

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

border-color css

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

 span { border-color: rgb(213,95,240); }

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