Html Css Color HEX #D44CCC Fuchsia

📋 copy color: '#D44CCC'

red 212 ◦ green 76 ◦ blue 204

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

Shades of Fuchsia #D44CCC

Tints of Fuchsia #D44CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 43.09%
G = 15.45%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D44CCC (or 0xD44CCC) is known color: Fuchsia. HEX triplet: D4, 4C and CC. RGB value is (212,76,204). Sum of RGB (Red+Green+Blue) = 212+76+204=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D44CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44CCC is #2BB333. Grayscale: #828282. Windows color (decimal): -2863924 or 13389012. OLE color: 13389012.

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

Color convert

RGB 212 76 204 -
CMYK 0 0.64 0.04 0.17
HSL 303.53º 0.61% 0.56% -
HSV(B) 303.53º 0.64% 0.83% -
XYZ 40.63 23.53 59.53 -
YUV 131.26 169.06 185.59 -
System Red Green Blue C M Y K H S L
Decimal 212 76 204 0 0.64 0.04 0.17 303.53 0.61 0.56
Hex D4 4C CC 0 40 4 11 130 3D 38
Octal 324 114 314 0 100 4 21 460 75 70
Binary 11010100 1001100 11001100 0 1000000 100 10001 100110000 111101 111000

Color Harmonies of #D44CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44CCC

Black with #D44CCC

Text Example


Text Example

White with #D44CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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