Html Css Color HEX #D448B3 Fuchsia

📋 copy color: '#D448B3'

red 212 ◦ green 72 ◦ blue 179

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

Shades of Fuchsia #D448B3

Tints of Fuchsia #D448B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.66%

R = 45.79%
G = 15.55%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D448B3 (or 0xD448B3) is known color: Fuchsia. HEX triplet: D4, 48 and B3. RGB value is (212,72,179). Sum of RGB (Red+Green+Blue) = 212+72+179=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D448B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D448B3 is #2BB74C. Grayscale: #7D7D7D. Windows color (decimal): -2864973 or 11749588. OLE color: 11749588.

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

Color convert

RGB 212 72 179 -
CMYK 0 0.66 0.16 0.17
HSL 314.14º 0.62% 0.56% -
HSV(B) 314.14º 0.66% 0.83% -
XYZ 37.61 21.89 44.89 -
YUV 126.06 157.88 189.3 -
System Red Green Blue C M Y K H S L
Decimal 212 72 179 0 0.66 0.16 0.17 314.14 0.62 0.56
Hex D4 48 B3 0 42 10 11 13A 3E 38
Octal 324 110 263 0 102 20 21 472 76 70
Binary 11010100 1001000 10110011 0 1000010 10000 10001 100111010 111110 111000

Color Harmonies of #D448B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D448B3

Black with #D448B3

Text Example


Text Example

White with #D448B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D448B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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