Html Css Color HEX #D442B6 Fuchsia

📋 copy color: '#D442B6'

red 212 ◦ green 66 ◦ blue 182

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

Shades of Fuchsia #D442B6

Tints of Fuchsia #D442B6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.35%

 BLUE value IS 182 (71.48% from 255) = 39.57%

R = 46.09%
G = 14.35%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D442B6 (or 0xD442B6) is known color: Fuchsia. HEX triplet: D4, 42 and B6. RGB value is (212,66,182). Sum of RGB (Red+Green+Blue) = 212+66+182=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D442B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442B6 is #2BBD49. Grayscale: #7A7A7A. Windows color (decimal): -2866506 or 11944660. OLE color: 11944660.

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

Color convert

RGB 212 66 182 -
CMYK 0 0.69 0.14 0.17
HSL 312.33º 0.63% 0.55% -
HSV(B) 312.33º 0.69% 0.83% -
XYZ 37.54 21.27 46.38 -
YUV 122.88 161.37 191.57 -
System Red Green Blue C M Y K H S L
Decimal 212 66 182 0 0.69 0.14 0.17 312.33 0.63 0.55
Hex D4 42 B6 0 45 E 11 138 3F 37
Octal 324 102 266 0 105 16 21 470 77 67
Binary 11010100 1000010 10110110 0 1000101 1110 10001 100111000 111111 110111

Color Harmonies of #D442B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D442B6

Black with #D442B6

Text Example


Text Example

White with #D442B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D442B6; }

 p { color: rgb(212,66,182); }

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

background-color css

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

 a { background-color: rgb(212,66,182); }

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

border-color css

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

 span { border-color: rgb(212,66,182); }

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