Html Css Color HEX #D446CC Fuchsia

📋 copy color: '#D446CC'

red 212 ◦ green 70 ◦ blue 204

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

Shades of Fuchsia #D446CC

Tints of Fuchsia #D446CC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.4%

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

R = 43.62%
G = 14.4%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D446CC (or 0xD446CC) is known color: Fuchsia. HEX triplet: D4, 46 and CC. RGB value is (212,70,204). Sum of RGB (Red+Green+Blue) = 212+70+204=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 70 (27.73% from 255 or 14.40% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D446CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D446CC is #2BB933. Grayscale: #7F7F7F. Windows color (decimal): -2865460 or 13387476. OLE color: 13387476.

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

Color convert

RGB 212 70 204 -
CMYK 0 0.67 0.04 0.17
HSL 303.38º 0.62% 0.55% -
HSV(B) 303.38º 0.67% 0.83% -
XYZ 40.24 22.74 59.39 -
YUV 127.73 171.04 188.1 -
System Red Green Blue C M Y K H S L
Decimal 212 70 204 0 0.67 0.04 0.17 303.38 0.62 0.55
Hex D4 46 CC 0 43 4 11 12F 3E 37
Octal 324 106 314 0 103 4 21 457 76 67
Binary 11010100 1000110 11001100 0 1000011 100 10001 100101111 111110 110111

Color Harmonies of #D446CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D446CC

Black with #D446CC

Text Example


Text Example

White with #D446CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D446CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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