Html Css Color HEX #D53BBB Fuchsia

📋 copy color: '#D53BBB'

red 213 ◦ green 59 ◦ blue 187

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

Shades of Fuchsia #D53BBB

Tints of Fuchsia #D53BBB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.85%

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

R = 46.41%
G = 12.85%
B = 40.74%

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

#D53BBB (or 0xD53BBB) is known color: Fuchsia. HEX triplet: D5, 3B and BB. RGB value is (213,59,187). Sum of RGB (Red+Green+Blue) = 213+59+187=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D53BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53BBB is #2AC444. Grayscale: #777777. Windows color (decimal): -2802757 or 12270549. OLE color: 12270549.

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

Color convert

RGB 213 59 187 -
CMYK 0 0.72 0.12 0.16
HSL 310.13º 0.65% 0.53% -
HSV(B) 310.13º 0.72% 0.84% -
XYZ 37.97 20.86 49.04 -
YUV 119.64 166.02 194.59 -
System Red Green Blue C M Y K H S L
Decimal 213 59 187 0 0.72 0.12 0.16 310.13 0.65 0.53
Hex D5 3B BB 0 48 C 10 136 41 35
Octal 325 73 273 0 110 14 20 466 101 65
Binary 11010101 111011 10111011 0 1001000 1100 10000 100110110 1000001 110101

Color Harmonies of #D53BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53BBB

Black with #D53BBB

Text Example


Text Example

White with #D53BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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