Html Css Color HEX #D554B5 Fuchsia

📋 copy color: '#D554B5'

red 213 ◦ green 84 ◦ blue 181

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

Shades of Fuchsia #D554B5

Tints of Fuchsia #D554B5

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.57%

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

R = 44.56%
G = 17.57%
B = 37.87%

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

#D554B5 (or 0xD554B5) is known color: Fuchsia. HEX triplet: D5, 54 and B5. RGB value is (213,84,181). Sum of RGB (Red+Green+Blue) = 213+84+181=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D554B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D554B5 is #2AAB4A. Grayscale: #858585. Windows color (decimal): -2796363 or 11883733. OLE color: 11883733.

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

Color convert

RGB 213 84 181 -
CMYK 0 0.61 0.15 0.16
HSL 314.88º 0.61% 0.58% -
HSV(B) 314.88º 0.61% 0.84% -
XYZ 38.95 23.82 46.26 -
YUV 133.63 154.74 184.61 -
System Red Green Blue C M Y K H S L
Decimal 213 84 181 0 0.61 0.15 0.16 314.88 0.61 0.58
Hex D5 54 B5 0 3D F 10 13B 3D 3A
Octal 325 124 265 0 75 17 20 473 75 72
Binary 11010101 1010100 10110101 0 111101 1111 10000 100111011 111101 111010

Color Harmonies of #D554B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D554B5

Black with #D554B5

Text Example


Text Example

White with #D554B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D554B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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