Html Css Color HEX #D53DB4 Fuchsia

📋 copy color: '#D53DB4'

red 213 ◦ green 61 ◦ blue 180

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

Shades of Fuchsia #D53DB4

Tints of Fuchsia #D53DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.65%

R = 46.92%
G = 13.44%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D53DB4 (or 0xD53DB4) is known color: Fuchsia. HEX triplet: D5, 3D and B4. RGB value is (213,61,180). Sum of RGB (Red+Green+Blue) = 213+61+180=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DB4 is #2AC24B. Grayscale: #777777. Windows color (decimal): -2802252 or 11812309. OLE color: 11812309.

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

Color convert

RGB 213 61 180 -
CMYK 0 0.71 0.15 0.16
HSL 313.03º 0.64% 0.54% -
HSV(B) 313.03º 0.71% 0.84% -
XYZ 37.35 20.78 45.22 -
YUV 120.01 161.86 194.32 -
System Red Green Blue C M Y K H S L
Decimal 213 61 180 0 0.71 0.15 0.16 313.03 0.64 0.54
Hex D5 3D B4 0 47 F 10 139 40 36
Octal 325 75 264 0 107 17 20 471 100 66
Binary 11010101 111101 10110100 0 1000111 1111 10000 100111001 1000000 110110

Color Harmonies of #D53DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DB4

Black with #D53DB4

Text Example


Text Example

White with #D53DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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