Html Css Color HEX #D551FE Heliotrope

📋 copy color: '#D551FE'

red 213 ◦ green 81 ◦ blue 254

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

Shades of Heliotrope #D551FE

Tints of Heliotrope #D551FE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.78%

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

R = 38.87%
G = 14.78%
B = 46.35%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D551FE (or 0xD551FE) is known color: Heliotrope. HEX triplet: D5, 51 and FE. RGB value is (213,81,254). Sum of RGB (Red+Green+Blue) = 213+81+254=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 81 (32.03% from 255 or 14.78% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #D551FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D551FE is #2AAE01. Grayscale: #8B8B8B. Windows color (decimal): -2797058 or 16667093. OLE color: 16667093.

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

Color convert

RGB 213 81 254 -
CMYK 0.16 0.68 0 0.00
HSL 285.78º 0.99% 0.66% -
HSV(B) 285.78º 0.68% 1% -
XYZ 48.27 27.19 96.47 -
YUV 140.19 192.23 179.93 -
System Red Green Blue C M Y K H S L
Decimal 213 81 254 0.16 0.68 0 0.00 285.78 0.99 0.66
Hex D5 51 FE 10 44 0 0 11E 63 42
Octal 325 121 376 20 104 0 0 436 143 102
Binary 11010101 1010001 11111110 10000 1000100 0 0 100011110 1100011 1000010

Color Harmonies of #D551FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D551FE

Black with #D551FE

Text Example


Text Example

White with #D551FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D551FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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