Html Css Color HEX #D437B9 Fuchsia

📋 copy color: '#D437B9'

red 212 ◦ green 55 ◦ blue 185

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

Shades of Fuchsia #D437B9

Tints of Fuchsia #D437B9

RGB

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

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

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

R = 46.9%
G = 12.17%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D437B9 (or 0xD437B9) is known color: Fuchsia. HEX triplet: D4, 37 and B9. RGB value is (212,55,185). Sum of RGB (Red+Green+Blue) = 212+55+185=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D437B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D437B9 is #2BC846. Grayscale: #747474. Windows color (decimal): -2869319 or 12138452. OLE color: 12138452.

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

Color convert

RGB 212 55 185 -
CMYK 0 0.74 0.13 0.17
HSL 310.32º 0.65% 0.52% -
HSV(B) 310.32º 0.74% 0.83% -
XYZ 37.27 20.23 47.84 -
YUV 116.76 166.51 195.93 -
System Red Green Blue C M Y K H S L
Decimal 212 55 185 0 0.74 0.13 0.17 310.32 0.65 0.52
Hex D4 37 B9 0 4A D 11 136 41 34
Octal 324 67 271 0 112 15 21 466 101 64
Binary 11010100 110111 10111001 0 1001010 1101 10001 100110110 1000001 110100

Color Harmonies of #D437B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D437B9

Black with #D437B9

Text Example


Text Example

White with #D437B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D437B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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