Html Css Color HEX #D55BB6 Fuchsia

📋 copy color: '#D55BB6'

red 213 ◦ green 91 ◦ blue 182

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

Shades of Fuchsia #D55BB6

Tints of Fuchsia #D55BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.45%

R = 43.83%
G = 18.72%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D55BB6 (or 0xD55BB6) is known color: Fuchsia. HEX triplet: D5, 5B and B6. RGB value is (213,91,182). Sum of RGB (Red+Green+Blue) = 213+91+182=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D55BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55BB6 is #2AA449. Grayscale: #898989. Windows color (decimal): -2794570 or 11951061. OLE color: 11951061.

HSL color Cylindrical-coordinate representation of color #D55BB6: hue angle of 315.25º 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 #D55BB6 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 91 182 -
CMYK 0 0.57 0.15 0.16
HSL 315.25º 0.59% 0.6% -
HSV(B) 315.25º 0.57% 0.84% -
XYZ 39.63 25.01 46.99 -
YUV 137.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 213 91 182 0 0.57 0.15 0.16 315.25 0.59 0.6
Hex D5 5B B6 0 39 F 10 13B 3B 3C
Octal 325 133 266 0 71 17 20 473 73 74
Binary 11010101 1011011 10110110 0 111001 1111 10000 100111011 111011 111100

Color Harmonies of #D55BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55BB6

Black with #D55BB6

Text Example


Text Example

White with #D55BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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