Html Css Color HEX #D53CBB Fuchsia

📋 copy color: '#D53CBB'

red 213 ◦ green 60 ◦ blue 187

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

Shades of Fuchsia #D53CBB

Tints of Fuchsia #D53CBB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.04%

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 46.3%
G = 13.04%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D53CBB (or 0xD53CBB) is known color: Fuchsia. HEX triplet: D5, 3C and BB. RGB value is (213,60,187). Sum of RGB (Red+Green+Blue) = 213+60+187=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CBB is #2AC344. Grayscale: #777777. Windows color (decimal): -2802501 or 12270805. OLE color: 12270805.

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

Color convert

RGB 213 60 187 -
CMYK 0 0.72 0.12 0.16
HSL 310.2º 0.65% 0.54% -
HSV(B) 310.2º 0.72% 0.84% -
XYZ 38.03 20.97 49.06 -
YUV 120.23 165.69 194.17 -
System Red Green Blue C M Y K H S L
Decimal 213 60 187 0 0.72 0.12 0.16 310.2 0.65 0.54
Hex D5 3C BB 0 48 C 10 136 41 36
Octal 325 74 273 0 110 14 20 466 101 66
Binary 11010101 111100 10111011 0 1001000 1100 10000 100110110 1000001 110110

Color Harmonies of #D53CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CBB

Black with #D53CBB

Text Example


Text Example

White with #D53CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53CBB; }

 p { color: rgb(213,60,187); }

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

background-color css

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

 a { background-color: rgb(213,60,187); }

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

border-color css

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

 span { border-color: rgb(213,60,187); }

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