Html Css Color HEX #D55FEF Heliotrope

📋 copy color: '#D55FEF'

red 213 ◦ green 95 ◦ blue 239

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

Shades of Heliotrope #D55FEF

Tints of Heliotrope #D55FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.69%

R = 38.94%
G = 17.37%
B = 43.69%

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

#D55FEF (or 0xD55FEF) is known color: Heliotrope. HEX triplet: D5, 5F and EF. RGB value is (213,95,239). Sum of RGB (Red+Green+Blue) = 213+95+239=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 95 (37.5% from 255 or 17.37% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #D55FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55FEF is #2AA010. Grayscale: #929292. Windows color (decimal): -2793489 or 15687637. OLE color: 15687637.

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

Color convert

RGB 213 95 239 -
CMYK 0.11 0.60 0 0.06
HSL 289.17º 0.82% 0.65% -
HSV(B) 289.17º 0.6% 0.94% -
XYZ 47.11 28.56 84.69 -
YUV 146.7 180.09 175.29 -
System Red Green Blue C M Y K H S L
Decimal 213 95 239 0.11 0.60 0 0.06 289.17 0.82 0.65
Hex D5 5F EF B 3C 0 6 121 52 41
Octal 325 137 357 13 74 0 6 441 122 101
Binary 11010101 1011111 11101111 1011 111100 0 110 100100001 1010010 1000001

Color Harmonies of #D55FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FEF

Black with #D55FEF

Text Example


Text Example

White with #D55FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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