Html Css Color HEX #D55FFE Heliotrope

📋 copy color: '#D55FFE'

red 213 ◦ green 95 ◦ blue 254

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

Shades of Heliotrope #D55FFE

Tints of Heliotrope #D55FFE

RGB

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

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

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

R = 37.9%
G = 16.9%
B = 45.2%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D55FFE (or 0xD55FFE) is known color: Heliotrope. HEX triplet: D5, 5F and FE. RGB value is (213,95,254). Sum of RGB (Red+Green+Blue) = 213+95+254=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 95 (37.5% from 255 or 16.90% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #D55FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55FFE is #2AA001. Grayscale: #939393. Windows color (decimal): -2793474 or 16670677. OLE color: 16670677.

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

Color convert

RGB 213 95 254 -
CMYK 0.16 0.63 0 0.00
HSL 284.53º 0.99% 0.68% -
HSV(B) 284.53º 0.63% 1% -
XYZ 49.42 29.49 96.85 -
YUV 148.41 187.59 174.07 -
System Red Green Blue C M Y K H S L
Decimal 213 95 254 0.16 0.63 0 0.00 284.53 0.99 0.68
Hex D5 5F FE 10 3F 0 0 11D 63 44
Octal 325 137 376 20 77 0 0 435 143 104
Binary 11010101 1011111 11111110 10000 111111 0 0 100011101 1100011 1000100

Color Harmonies of #D55FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FFE

Black with #D55FFE

Text Example


Text Example

White with #D55FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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