Html Css Color HEX #D437CA Fuchsia

📋 copy color: '#D437CA'

red 212 ◦ green 55 ◦ blue 202

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

Shades of Fuchsia #D437CA

Tints of Fuchsia #D437CA

RGB

 RED value IS 212 (83.2% from 255) = 45.2%

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

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

R = 45.2%
G = 11.73%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D437CA (or 0xD437CA) is known color: Fuchsia. HEX triplet: D4, 37 and CA. RGB value is (212,55,202). Sum of RGB (Red+Green+Blue) = 212+55+202=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D437CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D437CA is #2BC835. Grayscale: #767676. Windows color (decimal): -2869302 or 13252564. OLE color: 13252564.

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

Color convert

RGB 212 55 202 -
CMYK 0 0.74 0.05 0.17
HSL 303.82º 0.65% 0.52% -
HSV(B) 303.82º 0.74% 0.83% -
XYZ 39.18 20.99 57.86 -
YUV 118.7 175.01 194.55 -
System Red Green Blue C M Y K H S L
Decimal 212 55 202 0 0.74 0.05 0.17 303.82 0.65 0.52
Hex D4 37 CA 0 4A 5 11 130 41 34
Octal 324 67 312 0 112 5 21 460 101 64
Binary 11010100 110111 11001010 0 1001010 101 10001 100110000 1000001 110100

Color Harmonies of #D437CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D437CA

Black with #D437CA

Text Example


Text Example

White with #D437CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D437CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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