Html Css Color HEX #D44CBD Fuchsia

📋 copy color: '#D44CBD'

red 212 ◦ green 76 ◦ blue 189

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

Shades of Fuchsia #D44CBD

Tints of Fuchsia #D44CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.62%

R = 44.44%
G = 15.93%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D44CBD (or 0xD44CBD) is known color: Fuchsia. HEX triplet: D4, 4C and BD. RGB value is (212,76,189). Sum of RGB (Red+Green+Blue) = 212+76+189=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D44CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44CBD is #2BB342. Grayscale: #818181. Windows color (decimal): -2863939 or 12405972. OLE color: 12405972.

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

Color convert

RGB 212 76 189 -
CMYK 0 0.64 0.11 0.17
HSL 310.15º 0.61% 0.56% -
HSV(B) 310.15º 0.64% 0.83% -
XYZ 38.92 22.84 50.5 -
YUV 129.55 161.56 186.81 -
System Red Green Blue C M Y K H S L
Decimal 212 76 189 0 0.64 0.11 0.17 310.15 0.61 0.56
Hex D4 4C BD 0 40 B 11 136 3D 38
Octal 324 114 275 0 100 13 21 466 75 70
Binary 11010100 1001100 10111101 0 1000000 1011 10001 100110110 111101 111000

Color Harmonies of #D44CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44CBD

Black with #D44CBD

Text Example


Text Example

White with #D44CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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