Html Css Color HEX #D44ABB Fuchsia

📋 copy color: '#D44ABB'

red 212 ◦ green 74 ◦ blue 187

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

Shades of Fuchsia #D44ABB

Tints of Fuchsia #D44ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.64%

 BLUE value IS 187 (73.44% from 255) = 39.53%

R = 44.82%
G = 15.64%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D44ABB (or 0xD44ABB) is known color: Fuchsia. HEX triplet: D4, 4A and BB. RGB value is (212,74,187). Sum of RGB (Red+Green+Blue) = 212+74+187=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D44ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44ABB is #2BB544. Grayscale: #7F7F7F. Windows color (decimal): -2864453 or 12274388. OLE color: 12274388.

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

Color convert

RGB 212 74 187 -
CMYK 0 0.65 0.12 0.17
HSL 310.87º 0.62% 0.56% -
HSV(B) 310.87º 0.65% 0.83% -
XYZ 38.57 22.48 49.32 -
YUV 128.14 161.22 187.81 -
System Red Green Blue C M Y K H S L
Decimal 212 74 187 0 0.65 0.12 0.17 310.87 0.62 0.56
Hex D4 4A BB 0 41 C 11 137 3E 38
Octal 324 112 273 0 101 14 21 467 76 70
Binary 11010100 1001010 10111011 0 1000001 1100 10001 100110111 111110 111000

Color Harmonies of #D44ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44ABB

Black with #D44ABB

Text Example


Text Example

White with #D44ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44ABB; }

 p { color: rgb(212,74,187); }

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

background-color css

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

 a { background-color: rgb(212,74,187); }

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

border-color css

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

 span { border-color: rgb(212,74,187); }

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