Html Css Color HEX #D440C4 Fuchsia

📋 copy color: '#D440C4'

red 212 ◦ green 64 ◦ blue 196

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

Shades of Fuchsia #D440C4

Tints of Fuchsia #D440C4

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.56%

 BLUE value IS 196 (76.95% from 255) = 41.53%

R = 44.92%
G = 13.56%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D440C4 (or 0xD440C4) is known color: Fuchsia. HEX triplet: D4, 40 and C4. RGB value is (212,64,196). Sum of RGB (Red+Green+Blue) = 212+64+196=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D440C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D440C4 is #2BBF3B. Grayscale: #7A7A7A. Windows color (decimal): -2867004 or 12861652. OLE color: 12861652.

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

Color convert

RGB 212 64 196 -
CMYK 0 0.70 0.08 0.17
HSL 306.49º 0.63% 0.54% -
HSV(B) 306.49º 0.7% 0.83% -
XYZ 38.95 21.65 54.35 -
YUV 123.3 169.03 191.27 -
System Red Green Blue C M Y K H S L
Decimal 212 64 196 0 0.70 0.08 0.17 306.49 0.63 0.54
Hex D4 40 C4 0 46 8 11 132 3F 36
Octal 324 100 304 0 106 10 21 462 77 66
Binary 11010100 1000000 11000100 0 1000110 1000 10001 100110010 111111 110110

Color Harmonies of #D440C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D440C4

Black with #D440C4

Text Example


Text Example

White with #D440C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D440C4; }

 p { color: rgb(212,64,196); }

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

background-color css

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

 a { background-color: rgb(212,64,196); }

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

border-color css

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

 span { border-color: rgb(212,64,196); }

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