Html Css Color HEX #D42DC9 Fuchsia

📋 copy color: '#D42DC9'

red 212 ◦ green 45 ◦ blue 201

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

Shades of Fuchsia #D42DC9

Tints of Fuchsia #D42DC9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.83%

 BLUE value IS 201 (78.91% from 255) = 43.89%

R = 46.29%
G = 9.83%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D42DC9 (or 0xD42DC9) is known color: Fuchsia. HEX triplet: D4, 2D and C9. RGB value is (212,45,201). Sum of RGB (Red+Green+Blue) = 212+45+201=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42DC9 is #2BD236. Grayscale: #707070. Windows color (decimal): -2871863 or 13184468. OLE color: 13184468.

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

Color convert

RGB 212 45 201 -
CMYK 0 0.79 0.05 0.17
HSL 303.95º 0.66% 0.5% -
HSV(B) 303.95º 0.79% 0.83% -
XYZ 38.63 20.09 57.1 -
YUV 112.72 177.83 198.82 -
System Red Green Blue C M Y K H S L
Decimal 212 45 201 0 0.79 0.05 0.17 303.95 0.66 0.5
Hex D4 2D C9 0 4F 5 11 130 42 32
Octal 324 55 311 0 117 5 21 460 102 62
Binary 11010100 101101 11001001 0 1001111 101 10001 100110000 1000010 110010

Color Harmonies of #D42DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42DC9

Black with #D42DC9

Text Example


Text Example

White with #D42DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42DC9; }

 p { color: rgb(212,45,201); }

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

background-color css

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

 a { background-color: rgb(212,45,201); }

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

border-color css

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

 span { border-color: rgb(212,45,201); }

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