Html Css Color HEX #D55BBE Fuchsia

📋 copy color: '#D55BBE'

red 213 ◦ green 91 ◦ blue 190

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

Shades of Fuchsia #D55BBE

Tints of Fuchsia #D55BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.46%

R = 43.12%
G = 18.42%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D55BBE (or 0xD55BBE) is known color: Fuchsia. HEX triplet: D5, 5B and BE. RGB value is (213,91,190). Sum of RGB (Red+Green+Blue) = 213+91+190=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D55BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55BBE is #2AA441. Grayscale: #8A8A8A. Windows color (decimal): -2794562 or 12475349. OLE color: 12475349.

HSL color Cylindrical-coordinate representation of color #D55BBE: hue angle of 311.31º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55BBE is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 91 190 -
CMYK 0 0.57 0.11 0.16
HSL 311.31º 0.59% 0.6% -
HSV(B) 311.31º 0.57% 0.84% -
XYZ 40.48 25.35 51.47 -
YUV 138.76 156.92 180.95 -
System Red Green Blue C M Y K H S L
Decimal 213 91 190 0 0.57 0.11 0.16 311.31 0.59 0.6
Hex D5 5B BE 0 39 B 10 137 3B 3C
Octal 325 133 276 0 71 13 20 467 73 74
Binary 11010101 1011011 10111110 0 111001 1011 10000 100110111 111011 111100

Color Harmonies of #D55BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55BBE

Black with #D55BBE

Text Example


Text Example

White with #D55BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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