Html Css Color HEX #D44CB5 Fuchsia

📋 copy color: '#D44CB5'

red 212 ◦ green 76 ◦ blue 181

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

Shades of Fuchsia #D44CB5

Tints of Fuchsia #D44CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.59%

R = 45.2%
G = 16.2%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D44CB5 (or 0xD44CB5) is known color: Fuchsia. HEX triplet: D4, 4C and B5. RGB value is (212,76,181). Sum of RGB (Red+Green+Blue) = 212+76+181=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D44CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44CB5 is #2BB34A. Grayscale: #808080. Windows color (decimal): -2863947 or 11881684. OLE color: 11881684.

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

Color convert

RGB 212 76 181 -
CMYK 0 0.64 0.15 0.17
HSL 313.68º 0.61% 0.56% -
HSV(B) 313.68º 0.64% 0.83% -
XYZ 38.08 22.5 46.05 -
YUV 128.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 212 76 181 0 0.64 0.15 0.17 313.68 0.61 0.56
Hex D4 4C B5 0 40 F 11 13A 3D 38
Octal 324 114 265 0 100 17 21 472 75 70
Binary 11010100 1001100 10110101 0 1000000 1111 10001 100111010 111101 111000

Color Harmonies of #D44CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44CB5

Black with #D44CB5

Text Example


Text Example

White with #D44CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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