Html Css Color HEX #D447CA Fuchsia

📋 copy color: '#D447CA'

red 212 ◦ green 71 ◦ blue 202

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

Shades of Fuchsia #D447CA

Tints of Fuchsia #D447CA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.64%

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

R = 43.71%
G = 14.64%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D447CA (or 0xD447CA) is known color: Fuchsia. HEX triplet: D4, 47 and CA. RGB value is (212,71,202). Sum of RGB (Red+Green+Blue) = 212+71+202=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D447CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D447CA is #2BB835. Grayscale: #7F7F7F. Windows color (decimal): -2865206 or 13256660. OLE color: 13256660.

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

Color convert

RGB 212 71 202 -
CMYK 0 0.67 0.05 0.17
HSL 304.26º 0.62% 0.55% -
HSV(B) 304.26º 0.67% 0.83% -
XYZ 40.07 22.77 58.16 -
YUV 128.09 169.71 187.85 -
System Red Green Blue C M Y K H S L
Decimal 212 71 202 0 0.67 0.05 0.17 304.26 0.62 0.55
Hex D4 47 CA 0 43 5 11 130 3E 37
Octal 324 107 312 0 103 5 21 460 76 67
Binary 11010100 1000111 11001010 0 1000011 101 10001 100110000 111110 110111

Color Harmonies of #D447CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D447CA

Black with #D447CA

Text Example


Text Example

White with #D447CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D447CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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