Html Css Color HEX #D53DBB Fuchsia

📋 copy color: '#D53DBB'

red 213 ◦ green 61 ◦ blue 187

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

Shades of Fuchsia #D53DBB

Tints of Fuchsia #D53DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.23%

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

R = 46.2%
G = 13.23%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D53DBB (or 0xD53DBB) is known color: Fuchsia. HEX triplet: D5, 3D and BB. RGB value is (213,61,187). Sum of RGB (Red+Green+Blue) = 213+61+187=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DBB is #2AC244. Grayscale: #787878. Windows color (decimal): -2802245 or 12271061. OLE color: 12271061.

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

Color convert

RGB 213 61 187 -
CMYK 0 0.71 0.12 0.16
HSL 310.26º 0.64% 0.54% -
HSV(B) 310.26º 0.71% 0.84% -
XYZ 38.08 21.07 49.07 -
YUV 120.81 165.36 193.75 -
System Red Green Blue C M Y K H S L
Decimal 213 61 187 0 0.71 0.12 0.16 310.26 0.64 0.54
Hex D5 3D BB 0 47 C 10 136 40 36
Octal 325 75 273 0 107 14 20 466 100 66
Binary 11010101 111101 10111011 0 1000111 1100 10000 100110110 1000000 110110

Color Harmonies of #D53DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DBB

Black with #D53DBB

Text Example


Text Example

White with #D53DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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