Html Css Color HEX #D55DEC Heliotrope

📋 copy color: '#D55DEC'

red 213 ◦ green 93 ◦ blue 236

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

Shades of Heliotrope #D55DEC

Tints of Heliotrope #D55DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.54%

R = 39.3%
G = 17.16%
B = 43.54%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D55DEC (or 0xD55DEC) is known color: Heliotrope. HEX triplet: D5, 5D and EC. RGB value is (213,93,236). Sum of RGB (Red+Green+Blue) = 213+93+236=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 93 (36.72% from 255 or 17.16% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #D55DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55DEC is #2AA213. Grayscale: #909090. Windows color (decimal): -2794004 or 15490517. OLE color: 15490517.

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

Color convert

RGB 213 93 236 -
CMYK 0.10 0.61 0 0.07
HSL 290.35º 0.79% 0.65% -
HSV(B) 290.35º 0.61% 0.93% -
XYZ 46.5 28.03 82.32 -
YUV 145.18 179.26 176.37 -
System Red Green Blue C M Y K H S L
Decimal 213 93 236 0.10 0.61 0 0.07 290.35 0.79 0.65
Hex D5 5D EC A 3D 0 7 122 4F 41
Octal 325 135 354 12 75 0 7 442 117 101
Binary 11010101 1011101 11101100 1010 111101 0 111 100100010 1001111 1000001

Color Harmonies of #D55DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55DEC

Black with #D55DEC

Text Example


Text Example

White with #D55DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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