Html Css Color HEX #D448B6 Fuchsia

📋 copy color: '#D448B6'

red 212 ◦ green 72 ◦ blue 182

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

Shades of Fuchsia #D448B6

Tints of Fuchsia #D448B6

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.45%

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

R = 45.49%
G = 15.45%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D448B6 (or 0xD448B6) is known color: Fuchsia. HEX triplet: D4, 48 and B6. RGB value is (212,72,182). Sum of RGB (Red+Green+Blue) = 212+72+182=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D448B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D448B6 is #2BB749. Grayscale: #7E7E7E. Windows color (decimal): -2864970 or 11946196. OLE color: 11946196.

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

Color convert

RGB 212 72 182 -
CMYK 0 0.66 0.14 0.17
HSL 312.86º 0.62% 0.56% -
HSV(B) 312.86º 0.66% 0.83% -
XYZ 37.91 22.01 46.51 -
YUV 126.4 159.38 189.06 -
System Red Green Blue C M Y K H S L
Decimal 212 72 182 0 0.66 0.14 0.17 312.86 0.62 0.56
Hex D4 48 B6 0 42 E 11 139 3E 38
Octal 324 110 266 0 102 16 21 471 76 70
Binary 11010100 1001000 10110110 0 1000010 1110 10001 100111001 111110 111000

Color Harmonies of #D448B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D448B6

Black with #D448B6

Text Example


Text Example

White with #D448B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D448B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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