Html Css Color HEX #D553B6 Fuchsia

📋 copy color: '#D553B6'

red 213 ◦ green 83 ◦ blue 182

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

Shades of Fuchsia #D553B6

Tints of Fuchsia #D553B6

RGB

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

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

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

R = 44.56%
G = 17.36%
B = 38.08%

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

#D553B6 (or 0xD553B6) is known color: Fuchsia. HEX triplet: D5, 53 and B6. RGB value is (213,83,182). Sum of RGB (Red+Green+Blue) = 213+83+182=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D553B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553B6 is #2AAC49. Grayscale: #848484. Windows color (decimal): -2796618 or 11949013. OLE color: 11949013.

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

Color convert

RGB 213 83 182 -
CMYK 0 0.61 0.15 0.16
HSL 314.31º 0.61% 0.58% -
HSV(B) 314.31º 0.61% 0.84% -
XYZ 38.98 23.71 46.78 -
YUV 133.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 213 83 182 0 0.61 0.15 0.16 314.31 0.61 0.58
Hex D5 53 B6 0 3D F 10 13A 3D 3A
Octal 325 123 266 0 75 17 20 472 75 72
Binary 11010101 1010011 10110110 0 111101 1111 10000 100111010 111101 111010

Color Harmonies of #D553B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D553B6

Black with #D553B6

Text Example


Text Example

White with #D553B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D553B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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