Html Css Color HEX #D448BC Fuchsia

📋 copy color: '#D448BC'

red 212 ◦ green 72 ◦ blue 188

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

Shades of Fuchsia #D448BC

Tints of Fuchsia #D448BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.83%

R = 44.92%
G = 15.25%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D448BC (or 0xD448BC) is known color: Fuchsia. HEX triplet: D4, 48 and BC. RGB value is (212,72,188). Sum of RGB (Red+Green+Blue) = 212+72+188=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D448BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D448BC is #2BB743. Grayscale: #7E7E7E. Windows color (decimal): -2864964 or 12339412. OLE color: 12339412.

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

Color convert

RGB 212 72 188 -
CMYK 0 0.66 0.11 0.17
HSL 310.29º 0.62% 0.56% -
HSV(B) 310.29º 0.66% 0.83% -
XYZ 38.55 22.26 49.84 -
YUV 127.08 162.38 188.57 -
System Red Green Blue C M Y K H S L
Decimal 212 72 188 0 0.66 0.11 0.17 310.29 0.62 0.56
Hex D4 48 BC 0 42 B 11 136 3E 38
Octal 324 110 274 0 102 13 21 466 76 70
Binary 11010100 1001000 10111100 0 1000010 1011 10001 100110110 111110 111000

Color Harmonies of #D448BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D448BC

Black with #D448BC

Text Example


Text Example

White with #D448BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D448BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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