Html Css Color HEX #D442B7 Fuchsia

📋 copy color: '#D442B7'

red 212 ◦ green 66 ◦ blue 183

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

Shades of Fuchsia #D442B7

Tints of Fuchsia #D442B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.7%

R = 45.99%
G = 14.32%
B = 39.7%

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

#D442B7 (or 0xD442B7) is known color: Fuchsia. HEX triplet: D4, 42 and B7. RGB value is (212,66,183). Sum of RGB (Red+Green+Blue) = 212+66+183=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D442B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442B7 is #2BBD48. Grayscale: #7A7A7A. Windows color (decimal): -2866505 or 12010196. OLE color: 12010196.

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

Color convert

RGB 212 66 183 -
CMYK 0 0.69 0.14 0.17
HSL 311.92º 0.63% 0.55% -
HSV(B) 311.92º 0.69% 0.83% -
XYZ 37.65 21.31 46.93 -
YUV 122.99 161.87 191.49 -
System Red Green Blue C M Y K H S L
Decimal 212 66 183 0 0.69 0.14 0.17 311.92 0.63 0.55
Hex D4 42 B7 0 45 E 11 138 3F 37
Octal 324 102 267 0 105 16 21 470 77 67
Binary 11010100 1000010 10110111 0 1000101 1110 10001 100111000 111111 110111

Color Harmonies of #D442B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D442B7

Black with #D442B7

Text Example


Text Example

White with #D442B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D442B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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