Html Css Color HEX #D448BA Fuchsia

📋 copy color: '#D448BA'

red 212 ◦ green 72 ◦ blue 186

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

Shades of Fuchsia #D448BA

Tints of Fuchsia #D448BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 45.11%
G = 15.32%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D448BA (or 0xD448BA) is known color: Fuchsia. HEX triplet: D4, 48 and BA. RGB value is (212,72,186). Sum of RGB (Red+Green+Blue) = 212+72+186=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D448BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D448BA is #2BB745. Grayscale: #7E7E7E. Windows color (decimal): -2864966 or 12208340. OLE color: 12208340.

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

Color convert

RGB 212 72 186 -
CMYK 0 0.66 0.12 0.17
HSL 311.14º 0.62% 0.56% -
HSV(B) 311.14º 0.66% 0.83% -
XYZ 38.33 22.18 48.71 -
YUV 126.86 161.38 188.73 -
System Red Green Blue C M Y K H S L
Decimal 212 72 186 0 0.66 0.12 0.17 311.14 0.62 0.56
Hex D4 48 BA 0 42 C 11 137 3E 38
Octal 324 110 272 0 102 14 21 467 76 70
Binary 11010100 1001000 10111010 0 1000010 1100 10001 100110111 111110 111000

Color Harmonies of #D448BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D448BA

Black with #D448BA

Text Example


Text Example

White with #D448BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D448BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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