Html Css Color HEX #D441CA Fuchsia

📋 copy color: '#D441CA'

red 212 ◦ green 65 ◦ blue 202

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

Shades of Fuchsia #D441CA

Tints of Fuchsia #D441CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.17%

R = 44.26%
G = 13.57%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D441CA (or 0xD441CA) is known color: Fuchsia. HEX triplet: D4, 41 and CA. RGB value is (212,65,202). Sum of RGB (Red+Green+Blue) = 212+65+202=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D441CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D441CA is #2BBE35. Grayscale: #7C7C7C. Windows color (decimal): -2866742 or 13255124. OLE color: 13255124.

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

Color convert

RGB 212 65 202 -
CMYK 0 0.69 0.05 0.17
HSL 304.08º 0.63% 0.54% -
HSV(B) 304.08º 0.69% 0.83% -
XYZ 39.7 22.04 58.04 -
YUV 124.57 171.7 190.36 -
System Red Green Blue C M Y K H S L
Decimal 212 65 202 0 0.69 0.05 0.17 304.08 0.63 0.54
Hex D4 41 CA 0 45 5 11 130 3F 36
Octal 324 101 312 0 105 5 21 460 77 66
Binary 11010100 1000001 11001010 0 1000101 101 10001 100110000 111111 110110

Color Harmonies of #D441CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D441CA

Black with #D441CA

Text Example


Text Example

White with #D441CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D441CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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