Html Css Color HEX #D55DFF Heliotrope

📋 copy color: '#D55DFF'

red 213 ◦ green 93 ◦ blue 255

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

Shades of Heliotrope #D55DFF

Tints of Heliotrope #D55DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.58%

 BLUE value IS 255 (100% from 255) = 45.45%

R = 37.97%
G = 16.58%
B = 45.45%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D55DFF (or 0xD55DFF) is known color: Heliotrope. HEX triplet: D5, 5D and FF. RGB value is (213,93,255). Sum of RGB (Red+Green+Blue) = 213+93+255=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 93 (36.72% from 255 or 16.58% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #D55DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55DFF is #2AA200. Grayscale: #929292. Windows color (decimal): -2793985 or 16735701. OLE color: 16735701.

HSL color Cylindrical-coordinate representation of color #D55DFF: hue angle of 284.44º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D55DFF is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 213 93 255 -
CMYK 0.16 0.64 0 0
HSL 284.44º 1% 0.68% -
HSV(B) 284.44º 0.64% 1% -
XYZ 49.4 29.19 97.64 -
YUV 147.35 188.76 174.83 -
System Red Green Blue C M Y K H S L
Decimal 213 93 255 0.16 0.64 0 0 284.44 1 0.68
Hex D5 5D FF 10 40 0 0 11C 64 44
Octal 325 135 377 20 100 0 0 434 144 104
Binary 11010101 1011101 11111111 10000 1000000 0 0 100011100 1100100 1000100

Color Harmonies of #D55DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55DFF

Black with #D55DFF

Text Example


Text Example

White with #D55DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55DFF; }

 p { color: rgb(213,93,255); }

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

background-color css

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

 a { background-color: rgb(213,93,255); }

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

border-color css

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

 span { border-color: rgb(213,93,255); }

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