Html Css Color HEX #D55BED Heliotrope

📋 copy color: '#D55BED'

red 213 ◦ green 91 ◦ blue 237

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

Shades of Heliotrope #D55BED

Tints of Heliotrope #D55BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.81%

R = 39.37%
G = 16.82%
B = 43.81%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D55BED (or 0xD55BED) is known color: Heliotrope. HEX triplet: D5, 5B and ED. RGB value is (213,91,237). Sum of RGB (Red+Green+Blue) = 213+91+237=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 91 (35.94% from 255 or 16.82% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #D55BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55BED is #2AA412. Grayscale: #8F8F8F. Windows color (decimal): -2794515 or 15555541. OLE color: 15555541.

HSL color Cylindrical-coordinate representation of color #D55BED: hue angle of 290.14º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55BED is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 91 237 -
CMYK 0.10 0.62 0 0.07
HSL 290.14º 0.8% 0.64% -
HSV(B) 290.14º 0.62% 0.93% -
XYZ 46.47 27.74 83.03 -
YUV 144.12 180.42 177.13 -
System Red Green Blue C M Y K H S L
Decimal 213 91 237 0.10 0.62 0 0.07 290.14 0.8 0.64
Hex D5 5B ED A 3E 0 7 122 50 40
Octal 325 133 355 12 76 0 7 442 120 100
Binary 11010101 1011011 11101101 1010 111110 0 111 100100010 1010000 1000000

Color Harmonies of #D55BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55BED

Black with #D55BED

Text Example


Text Example

White with #D55BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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