Html Css Color HEX #D55EB7 Fuchsia

📋 copy color: '#D55EB7'

red 213 ◦ green 94 ◦ blue 183

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

Shades of Fuchsia #D55EB7

Tints of Fuchsia #D55EB7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.18%

 BLUE value IS 183 (71.88% from 255) = 37.35%

R = 43.47%
G = 19.18%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D55EB7 (or 0xD55EB7) is known color: Fuchsia. HEX triplet: D5, 5E and B7. RGB value is (213,94,183). Sum of RGB (Red+Green+Blue) = 213+94+183=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D55EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55EB7 is #2AA148. Grayscale: #8B8B8B. Windows color (decimal): -2793801 or 12017365. OLE color: 12017365.

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

Color convert

RGB 213 94 183 -
CMYK 0 0.56 0.14 0.16
HSL 315.13º 0.59% 0.6% -
HSV(B) 315.13º 0.56% 0.84% -
XYZ 39.99 25.57 47.63 -
YUV 139.73 152.42 180.26 -
System Red Green Blue C M Y K H S L
Decimal 213 94 183 0 0.56 0.14 0.16 315.13 0.59 0.6
Hex D5 5E B7 0 38 E 10 13B 3B 3C
Octal 325 136 267 0 70 16 20 473 73 74
Binary 11010101 1011110 10110111 0 111000 1110 10000 100111011 111011 111100

Color Harmonies of #D55EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55EB7

Black with #D55EB7

Text Example


Text Example

White with #D55EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55EB7; }

 p { color: rgb(213,94,183); }

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

background-color css

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

 a { background-color: rgb(213,94,183); }

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

border-color css

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

 span { border-color: rgb(213,94,183); }

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