Html Css Color HEX #D348AF Fuchsia

📋 copy color: '#D348AF'

red 211 ◦ green 72 ◦ blue 175

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

Shades of Fuchsia #D348AF

Tints of Fuchsia #D348AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.21%

R = 46.07%
G = 15.72%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D348AF (or 0xD348AF) is known color: Fuchsia. HEX triplet: D3, 48 and AF. RGB value is (211,72,175). Sum of RGB (Red+Green+Blue) = 211+72+175=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D348AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D348AF is #2CB750. Grayscale: #7D7D7D. Windows color (decimal): -2930513 or 11487443. OLE color: 11487443.

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

Color convert

RGB 211 72 175 -
CMYK 0 0.66 0.17 0.17
HSL 315.54º 0.61% 0.55% -
HSV(B) 315.54º 0.66% 0.83% -
XYZ 36.92 21.58 42.78 -
YUV 125.3 156.05 189.12 -
System Red Green Blue C M Y K H S L
Decimal 211 72 175 0 0.66 0.17 0.17 315.54 0.61 0.55
Hex D3 48 AF 0 42 11 11 13C 3D 37
Octal 323 110 257 0 102 21 21 474 75 67
Binary 11010011 1001000 10101111 0 1000010 10001 10001 100111100 111101 110111

Color Harmonies of #D348AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D348AF

Black with #D348AF

Text Example


Text Example

White with #D348AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D348AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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