Html Css Color HEX #D55BEE Heliotrope

📋 copy color: '#D55BEE'

red 213 ◦ green 91 ◦ blue 238

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

Shades of Heliotrope #D55BEE

Tints of Heliotrope #D55BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.91%

R = 39.3%
G = 16.79%
B = 43.91%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D55BEE (or 0xD55BEE) is known color: Heliotrope. HEX triplet: D5, 5B and EE. RGB value is (213,91,238). Sum of RGB (Red+Green+Blue) = 213+91+238=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 91 (35.94% from 255 or 16.79% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #D55BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55BEE is #2AA411. Grayscale: #8F8F8F. Windows color (decimal): -2794514 or 15621077. OLE color: 15621077.

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

Color convert

RGB 213 91 238 -
CMYK 0.11 0.62 0 0.07
HSL 289.8º 0.81% 0.65% -
HSV(B) 289.8º 0.62% 0.93% -
XYZ 46.61 27.8 83.8 -
YUV 144.24 180.92 177.05 -
System Red Green Blue C M Y K H S L
Decimal 213 91 238 0.11 0.62 0 0.07 289.8 0.81 0.65
Hex D5 5B EE B 3E 0 7 122 51 41
Octal 325 133 356 13 76 0 7 442 121 101
Binary 11010101 1011011 11101110 1011 111110 0 111 100100010 1010001 1000001

Color Harmonies of #D55BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55BEE

Black with #D55BEE

Text Example


Text Example

White with #D55BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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