Html Css Color HEX #D537CA Fuchsia

📋 copy color: '#D537CA'

red 213 ◦ green 55 ◦ blue 202

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

Shades of Fuchsia #D537CA

Tints of Fuchsia #D537CA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.7%

 BLUE value IS 202 (79.3% from 255) = 42.98%

R = 45.32%
G = 11.7%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D537CA (or 0xD537CA) is known color: Fuchsia. HEX triplet: D5, 37 and CA. RGB value is (213,55,202). Sum of RGB (Red+Green+Blue) = 213+55+202=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 55 (21.88% from 255 or 11.70% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D537CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D537CA is #2AC835. Grayscale: #767676. Windows color (decimal): -2803766 or 13252565. OLE color: 13252565.

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

Color convert

RGB 213 55 202 -
CMYK 0 0.74 0.05 0.16
HSL 304.18º 0.65% 0.53% -
HSV(B) 304.18º 0.74% 0.84% -
XYZ 39.47 21.14 57.88 -
YUV 119 174.85 195.05 -
System Red Green Blue C M Y K H S L
Decimal 213 55 202 0 0.74 0.05 0.16 304.18 0.65 0.53
Hex D5 37 CA 0 4A 5 10 130 41 35
Octal 325 67 312 0 112 5 20 460 101 65
Binary 11010101 110111 11001010 0 1001010 101 10000 100110000 1000001 110101

Color Harmonies of #D537CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D537CA

Black with #D537CA

Text Example


Text Example

White with #D537CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D537CA; }

 p { color: rgb(213,55,202); }

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

background-color css

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

 a { background-color: rgb(213,55,202); }

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

border-color css

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

 span { border-color: rgb(213,55,202); }

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