Html Css Color HEX #D55BFB Heliotrope

📋 copy color: '#D55BFB'

red 213 ◦ green 91 ◦ blue 251

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

Shades of Heliotrope #D55BFB

Tints of Heliotrope #D55BFB

RGB

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

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

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

R = 38.38%
G = 16.4%
B = 45.23%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D55BFB (or 0xD55BFB) is known color: Heliotrope. HEX triplet: D5, 5B and FB. RGB value is (213,91,251). Sum of RGB (Red+Green+Blue) = 213+91+251=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 91 (35.94% from 255 or 16.40% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #D55BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55BFB is #2AA404. Grayscale: #919191. Windows color (decimal): -2794501 or 16473045. OLE color: 16473045.

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

Color convert

RGB 213 91 251 -
CMYK 0.15 0.64 0 0.02
HSL 285.75º 0.95% 0.67% -
HSV(B) 285.75º 0.64% 0.98% -
XYZ 48.59 28.59 94.22 -
YUV 145.72 187.42 175.99 -
System Red Green Blue C M Y K H S L
Decimal 213 91 251 0.15 0.64 0 0.02 285.75 0.95 0.67
Hex D5 5B FB F 40 0 2 11E 5F 43
Octal 325 133 373 17 100 0 2 436 137 103
Binary 11010101 1011011 11111011 1111 1000000 0 10 100011110 1011111 1000011

Color Harmonies of #D55BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55BFB

Black with #D55BFB

Text Example


Text Example

White with #D55BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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