Html Css Color HEX #D553B5 Fuchsia

📋 copy color: '#D553B5'

red 213 ◦ green 83 ◦ blue 181

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

Shades of Fuchsia #D553B5

Tints of Fuchsia #D553B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.95%

R = 44.65%
G = 17.4%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D553B5 (or 0xD553B5) is known color: Fuchsia. HEX triplet: D5, 53 and B5. RGB value is (213,83,181). Sum of RGB (Red+Green+Blue) = 213+83+181=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D553B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553B5 is #2AAC4A. Grayscale: #848484. Windows color (decimal): -2796619 or 11883477. OLE color: 11883477.

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

Color convert

RGB 213 83 181 -
CMYK 0 0.61 0.15 0.16
HSL 314.77º 0.61% 0.58% -
HSV(B) 314.77º 0.61% 0.84% -
XYZ 38.87 23.67 46.24 -
YUV 133.04 155.07 185.03 -
System Red Green Blue C M Y K H S L
Decimal 213 83 181 0 0.61 0.15 0.16 314.77 0.61 0.58
Hex D5 53 B5 0 3D F 10 13B 3D 3A
Octal 325 123 265 0 75 17 20 473 75 72
Binary 11010101 1010011 10110101 0 111101 1111 10000 100111011 111101 111010

Color Harmonies of #D553B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D553B5

Black with #D553B5

Text Example


Text Example

White with #D553B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D553B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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