Html Css Color HEX #D553B2 Fuchsia

📋 copy color: '#D553B2'

red 213 ◦ green 83 ◦ blue 178

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

Shades of Fuchsia #D553B2

Tints of Fuchsia #D553B2

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.51%

 BLUE value IS 178 (69.92% from 255) = 37.55%

R = 44.94%
G = 17.51%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D553B2 (or 0xD553B2) is known color: Fuchsia. HEX triplet: D5, 53 and B2. RGB value is (213,83,178). Sum of RGB (Red+Green+Blue) = 213+83+178=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D553B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D553B2 is #2AAC4D. Grayscale: #848484. Windows color (decimal): -2796622 or 11686869. OLE color: 11686869.

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

Color convert

RGB 213 83 178 -
CMYK 0 0.61 0.16 0.16
HSL 316.15º 0.61% 0.58% -
HSV(B) 316.15º 0.61% 0.84% -
XYZ 38.57 23.55 44.63 -
YUV 132.7 153.57 185.28 -
System Red Green Blue C M Y K H S L
Decimal 213 83 178 0 0.61 0.16 0.16 316.15 0.61 0.58
Hex D5 53 B2 0 3D 10 10 13C 3D 3A
Octal 325 123 262 0 75 20 20 474 75 72
Binary 11010101 1010011 10110010 0 111101 10000 10000 100111100 111101 111010

Color Harmonies of #D553B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D553B2

Black with #D553B2

Text Example


Text Example

White with #D553B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D553B2; }

 p { color: rgb(213,83,178); }

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

background-color css

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

 a { background-color: rgb(213,83,178); }

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

border-color css

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

 span { border-color: rgb(213,83,178); }

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