Html Css Color HEX #D55FF5 Heliotrope

📋 copy color: '#D55FF5'

red 213 ◦ green 95 ◦ blue 245

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

Shades of Heliotrope #D55FF5

Tints of Heliotrope #D55FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 44.3%

R = 38.52%
G = 17.18%
B = 44.3%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D55FF5 (or 0xD55FF5) is known color: Heliotrope. HEX triplet: D5, 5F and F5. RGB value is (213,95,245). Sum of RGB (Red+Green+Blue) = 213+95+245=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 95 (37.5% from 255 or 17.18% from 553); Blue value is 245 (96.09% from 255 or 44.30% from 553); Max value from RGB is 245 - color contains mainly: blue. Hex color #D55FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55FF5 is #2AA00A. Grayscale: #929292. Windows color (decimal): -2793483 or 16080853. OLE color: 16080853.

HSL color Cylindrical-coordinate representation of color #D55FF5: hue angle of 287.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55FF5 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 95 245 -
CMYK 0.13 0.61 0 0.04
HSL 287.2º 0.88% 0.67% -
HSV(B) 287.2º 0.61% 0.96% -
XYZ 48.01 28.92 89.44 -
YUV 147.38 183.09 174.8 -
System Red Green Blue C M Y K H S L
Decimal 213 95 245 0.13 0.61 0 0.04 287.2 0.88 0.67
Hex D5 5F F5 D 3D 0 4 11F 58 43
Octal 325 137 365 15 75 0 4 437 130 103
Binary 11010101 1011111 11110101 1101 111101 0 100 100011111 1011000 1000011

Color Harmonies of #D55FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FF5

Black with #D55FF5

Text Example


Text Example

White with #D55FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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