Html Css Color HEX #D55BFE Heliotrope

📋 copy color: '#D55BFE'

red 213 ◦ green 91 ◦ blue 254

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

Shades of Heliotrope #D55BFE

Tints of Heliotrope #D55BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.31%

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

R = 38.17%
G = 16.31%
B = 45.52%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D55BFE (or 0xD55BFE) is known color: Heliotrope. HEX triplet: D5, 5B and FE. RGB value is (213,91,254). Sum of RGB (Red+Green+Blue) = 213+91+254=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 91 (35.94% from 255 or 16.31% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #D55BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55BFE is #2AA401. Grayscale: #919191. Windows color (decimal): -2794498 or 16669653. OLE color: 16669653.

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

Color convert

RGB 213 91 254 -
CMYK 0.16 0.64 0 0.00
HSL 284.91º 0.99% 0.68% -
HSV(B) 284.91º 0.64% 1% -
XYZ 49.07 28.78 96.74 -
YUV 146.06 188.92 175.75 -
System Red Green Blue C M Y K H S L
Decimal 213 91 254 0.16 0.64 0 0.00 284.91 0.99 0.68
Hex D5 5B FE 10 40 0 0 11D 63 44
Octal 325 133 376 20 100 0 0 435 143 104
Binary 11010101 1011011 11111110 10000 1000000 0 0 100011101 1100011 1000100

Color Harmonies of #D55BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55BFE

Black with #D55BFE

Text Example


Text Example

White with #D55BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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