Html Css Color HEX #D55AFE Heliotrope

📋 copy color: '#D55AFE'

red 213 ◦ green 90 ◦ blue 254

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

Shades of Heliotrope #D55AFE

Tints of Heliotrope #D55AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.6%

R = 38.24%
G = 16.16%
B = 45.6%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D55AFE (or 0xD55AFE) is known color: Heliotrope. HEX triplet: D5, 5A and FE. RGB value is (213,90,254). Sum of RGB (Red+Green+Blue) = 213+90+254=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 90 (35.55% from 255 or 16.16% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #D55AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55AFE is #2AA501. Grayscale: #909090. Windows color (decimal): -2794754 or 16669397. OLE color: 16669397.

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

Color convert

RGB 213 90 254 -
CMYK 0.16 0.65 0 0.00
HSL 285º 0.99% 0.67% -
HSV(B) 285º 0.65% 1% -
XYZ 48.99 28.61 96.71 -
YUV 145.47 189.25 176.16 -
System Red Green Blue C M Y K H S L
Decimal 213 90 254 0.16 0.65 0 0.00 285 0.99 0.67
Hex D5 5A FE 10 41 0 0 11D 63 43
Octal 325 132 376 20 101 0 0 435 143 103
Binary 11010101 1011010 11111110 10000 1000001 0 0 100011101 1100011 1000011

Color Harmonies of #D55AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55AFE

Black with #D55AFE

Text Example


Text Example

White with #D55AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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