Html Css Color HEX #D437BC Fuchsia

📋 copy color: '#D437BC'

red 212 ◦ green 55 ◦ blue 188

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

Shades of Fuchsia #D437BC

Tints of Fuchsia #D437BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.32%

R = 46.59%
G = 12.09%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D437BC (or 0xD437BC) is known color: Fuchsia. HEX triplet: D4, 37 and BC. RGB value is (212,55,188). Sum of RGB (Red+Green+Blue) = 212+55+188=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D437BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D437BC is #2BC843. Grayscale: #747474. Windows color (decimal): -2869316 or 12335060. OLE color: 12335060.

HSL color Cylindrical-coordinate representation of color #D437BC: hue angle of 309.17º 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 #D437BC is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 55 188 -
CMYK 0 0.74 0.11 0.17
HSL 309.17º 0.65% 0.52% -
HSV(B) 309.17º 0.74% 0.83% -
XYZ 37.59 20.36 49.53 -
YUV 117.11 168.01 195.69 -
System Red Green Blue C M Y K H S L
Decimal 212 55 188 0 0.74 0.11 0.17 309.17 0.65 0.52
Hex D4 37 BC 0 4A B 11 135 41 34
Octal 324 67 274 0 112 13 21 465 101 64
Binary 11010100 110111 10111100 0 1001010 1011 10001 100110101 1000001 110100

Color Harmonies of #D437BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D437BC

Black with #D437BC

Text Example


Text Example

White with #D437BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D437BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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