Html Css Color HEX #D44CB9 Fuchsia

📋 copy color: '#D44CB9'

red 212 ◦ green 76 ◦ blue 185

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

Shades of Fuchsia #D44CB9

Tints of Fuchsia #D44CB9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.07%

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

R = 44.82%
G = 16.07%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D44CB9 (or 0xD44CB9) is known color: Fuchsia. HEX triplet: D4, 4C and B9. RGB value is (212,76,185). Sum of RGB (Red+Green+Blue) = 212+76+185=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D44CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44CB9 is #2BB346. Grayscale: #808080. Windows color (decimal): -2863943 or 12143828. OLE color: 12143828.

HSL color Cylindrical-coordinate representation of color #D44CB9: hue angle of 311.91º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44CB9 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 76 185 -
CMYK 0 0.64 0.13 0.17
HSL 311.91º 0.61% 0.56% -
HSV(B) 311.91º 0.64% 0.83% -
XYZ 38.49 22.67 48.25 -
YUV 129.09 159.56 187.14 -
System Red Green Blue C M Y K H S L
Decimal 212 76 185 0 0.64 0.13 0.17 311.91 0.61 0.56
Hex D4 4C B9 0 40 D 11 138 3D 38
Octal 324 114 271 0 100 15 21 470 75 70
Binary 11010100 1001100 10111001 0 1000000 1101 10001 100111000 111101 111000

Color Harmonies of #D44CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44CB9

Black with #D44CB9

Text Example


Text Example

White with #D44CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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