Html Css Color HEX #D441CC Fuchsia

📋 copy color: '#D441CC'

red 212 ◦ green 65 ◦ blue 204

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

Shades of Fuchsia #D441CC

Tints of Fuchsia #D441CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.51%

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

R = 44.07%
G = 13.51%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D441CC (or 0xD441CC) is known color: Fuchsia. HEX triplet: D4, 41 and CC. RGB value is (212,65,204). Sum of RGB (Red+Green+Blue) = 212+65+204=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D441CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D441CC is #2BBE33. Grayscale: #7C7C7C. Windows color (decimal): -2866740 or 13386196. OLE color: 13386196.

HSL color Cylindrical-coordinate representation of color #D441CC: hue angle of 303.27º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D441CC is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 65 204 -
CMYK 0 0.69 0.04 0.17
HSL 303.27º 0.63% 0.54% -
HSV(B) 303.27º 0.69% 0.83% -
XYZ 39.94 22.14 59.29 -
YUV 124.8 172.7 190.2 -
System Red Green Blue C M Y K H S L
Decimal 212 65 204 0 0.69 0.04 0.17 303.27 0.63 0.54
Hex D4 41 CC 0 45 4 11 12F 3F 36
Octal 324 101 314 0 105 4 21 457 77 66
Binary 11010100 1000001 11001100 0 1000101 100 10001 100101111 111111 110110

Color Harmonies of #D441CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D441CC

Black with #D441CC

Text Example


Text Example

White with #D441CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D441CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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