Html Css Color HEX #D55AEF Heliotrope

📋 copy color: '#D55AEF'

red 213 ◦ green 90 ◦ blue 239

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

Shades of Heliotrope #D55AEF

Tints of Heliotrope #D55AEF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.61%

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

R = 39.3%
G = 16.61%
B = 44.1%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D55AEF (or 0xD55AEF) is known color: Heliotrope. HEX triplet: D5, 5A and EF. RGB value is (213,90,239). Sum of RGB (Red+Green+Blue) = 213+90+239=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 90 (35.55% from 255 or 16.61% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #D55AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55AEF is #2AA510. Grayscale: #8F8F8F. Windows color (decimal): -2794769 or 15686357. OLE color: 15686357.

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

Color convert

RGB 213 90 239 -
CMYK 0.11 0.62 0 0.06
HSL 289.53º 0.82% 0.65% -
HSV(B) 289.53º 0.62% 0.94% -
XYZ 46.68 27.69 84.55 -
YUV 143.76 181.75 177.38 -
System Red Green Blue C M Y K H S L
Decimal 213 90 239 0.11 0.62 0 0.06 289.53 0.82 0.65
Hex D5 5A EF B 3E 0 6 122 52 41
Octal 325 132 357 13 76 0 6 442 122 101
Binary 11010101 1011010 11101111 1011 111110 0 110 100100010 1010010 1000001

Color Harmonies of #D55AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55AEF

Black with #D55AEF

Text Example


Text Example

White with #D55AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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