Html Css Color HEX #D348B8 Fuchsia

📋 copy color: '#D348B8'

red 211 ◦ green 72 ◦ blue 184

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

Shades of Fuchsia #D348B8

Tints of Fuchsia #D348B8

RGB

 RED value IS 211 (82.81% from 255) = 45.18%

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

 BLUE value IS 184 (72.27% from 255) = 39.4%

R = 45.18%
G = 15.42%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D348B8 (or 0xD348B8) is known color: Fuchsia. HEX triplet: D3, 48 and B8. RGB value is (211,72,184). Sum of RGB (Red+Green+Blue) = 211+72+184=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D348B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D348B8 is #2CB747. Grayscale: #7E7E7E. Windows color (decimal): -2930504 or 12077267. OLE color: 12077267.

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

Color convert

RGB 211 72 184 -
CMYK 0 0.66 0.13 0.17
HSL 311.65º 0.61% 0.55% -
HSV(B) 311.65º 0.66% 0.83% -
XYZ 37.83 21.94 47.59 -
YUV 126.33 160.55 188.39 -
System Red Green Blue C M Y K H S L
Decimal 211 72 184 0 0.66 0.13 0.17 311.65 0.61 0.55
Hex D3 48 B8 0 42 D 11 138 3D 37
Octal 323 110 270 0 102 15 21 470 75 67
Binary 11010011 1001000 10111000 0 1000010 1101 10001 100111000 111101 110111

Color Harmonies of #D348B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D348B8

Black with #D348B8

Text Example


Text Example

White with #D348B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D348B8; }

 p { color: rgb(211,72,184); }

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

background-color css

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

 a { background-color: rgb(211,72,184); }

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

border-color css

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

 span { border-color: rgb(211,72,184); }

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