Html Css Color HEX #D55EFB Heliotrope

📋 copy color: '#D55EFB'

red 213 ◦ green 94 ◦ blue 251

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

Shades of Heliotrope #D55EFB

Tints of Heliotrope #D55EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.85%

 BLUE value IS 251 (98.44% from 255) = 44.98%

R = 38.17%
G = 16.85%
B = 44.98%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D55EFB (or 0xD55EFB) is known color: Heliotrope. HEX triplet: D5, 5E and FB. RGB value is (213,94,251). Sum of RGB (Red+Green+Blue) = 213+94+251=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 94 (37.11% from 255 or 16.85% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #D55EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55EFB is #2AA104. Grayscale: #929292. Windows color (decimal): -2793733 or 16473813. OLE color: 16473813.

HSL color Cylindrical-coordinate representation of color #D55EFB: hue angle of 285.48º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D55EFB is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 94 251 -
CMYK 0.15 0.63 0 0.02
HSL 285.48º 0.95% 0.68% -
HSV(B) 285.48º 0.63% 0.98% -
XYZ 48.86 29.12 94.31 -
YUV 147.48 186.42 174.73 -
System Red Green Blue C M Y K H S L
Decimal 213 94 251 0.15 0.63 0 0.02 285.48 0.95 0.68
Hex D5 5E FB F 3F 0 2 11D 5F 44
Octal 325 136 373 17 77 0 2 435 137 104
Binary 11010101 1011110 11111011 1111 111111 0 10 100011101 1011111 1000100

Color Harmonies of #D55EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55EFB

Black with #D55EFB

Text Example


Text Example

White with #D55EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55EFB; }

 p { color: rgb(213,94,251); }

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

background-color css

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

 a { background-color: rgb(213,94,251); }

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

border-color css

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

 span { border-color: rgb(213,94,251); }

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