Html Css Color HEX #D53DB9 Fuchsia

📋 copy color: '#D53DB9'

red 213 ◦ green 61 ◦ blue 185

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

Shades of Fuchsia #D53DB9

Tints of Fuchsia #D53DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.31%

R = 46.41%
G = 13.29%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D53DB9 (or 0xD53DB9) is known color: Fuchsia. HEX triplet: D5, 3D and B9. RGB value is (213,61,185). Sum of RGB (Red+Green+Blue) = 213+61+185=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DB9 is #2AC246. Grayscale: #787878. Windows color (decimal): -2802247 or 12139989. OLE color: 12139989.

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

Color convert

RGB 213 61 185 -
CMYK 0 0.71 0.13 0.16
HSL 311.05º 0.64% 0.54% -
HSV(B) 311.05º 0.71% 0.84% -
XYZ 37.87 20.99 47.95 -
YUV 120.58 164.36 193.92 -
System Red Green Blue C M Y K H S L
Decimal 213 61 185 0 0.71 0.13 0.16 311.05 0.64 0.54
Hex D5 3D B9 0 47 D 10 137 40 36
Octal 325 75 271 0 107 15 20 467 100 66
Binary 11010101 111101 10111001 0 1000111 1101 10000 100110111 1000000 110110

Color Harmonies of #D53DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DB9

Black with #D53DB9

Text Example


Text Example

White with #D53DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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