Html Css Color HEX #D553C6 Fuchsia

📋 copy color: '#D553C6'

red 213 ◦ green 83 ◦ blue 198

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

Shades of Fuchsia #D553C6

Tints of Fuchsia #D553C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.08%

R = 43.12%
G = 16.8%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D553C6 (or 0xD553C6) is known color: Fuchsia. HEX triplet: D5, 53 and C6. RGB value is (213,83,198). Sum of RGB (Red+Green+Blue) = 213+83+198=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D553C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553C6 is #2AAC39. Grayscale: #868686. Windows color (decimal): -2796602 or 12997589. OLE color: 12997589.

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

Color convert

RGB 213 83 198 -
CMYK 0 0.61 0.07 0.16
HSL 306.92º 0.61% 0.58% -
HSV(B) 306.92º 0.61% 0.84% -
XYZ 40.73 24.41 55.99 -
YUV 134.98 163.57 183.65 -
System Red Green Blue C M Y K H S L
Decimal 213 83 198 0 0.61 0.07 0.16 306.92 0.61 0.58
Hex D5 53 C6 0 3D 7 10 133 3D 3A
Octal 325 123 306 0 75 7 20 463 75 72
Binary 11010101 1010011 11000110 0 111101 111 10000 100110011 111101 111010

Color Harmonies of #D553C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D553C6

Black with #D553C6

Text Example


Text Example

White with #D553C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D553C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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