Html Css Color HEX #D348BC Fuchsia

📋 copy color: '#D348BC'

red 211 ◦ green 72 ◦ blue 188

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

Shades of Fuchsia #D348BC

Tints of Fuchsia #D348BC

RGB

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

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

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

R = 44.8%
G = 15.29%
B = 39.92%

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

#D348BC (or 0xD348BC) is known color: Fuchsia. HEX triplet: D3, 48 and BC. RGB value is (211,72,188). Sum of RGB (Red+Green+Blue) = 211+72+188=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D348BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D348BC is #2CB743. Grayscale: #7E7E7E. Windows color (decimal): -2930500 or 12339411. OLE color: 12339411.

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

Color convert

RGB 211 72 188 -
CMYK 0 0.66 0.11 0.17
HSL 309.93º 0.61% 0.55% -
HSV(B) 309.93º 0.66% 0.83% -
XYZ 38.26 22.11 49.83 -
YUV 126.79 162.55 188.07 -
System Red Green Blue C M Y K H S L
Decimal 211 72 188 0 0.66 0.11 0.17 309.93 0.61 0.55
Hex D3 48 BC 0 42 B 11 136 3D 37
Octal 323 110 274 0 102 13 21 466 75 67
Binary 11010011 1001000 10111100 0 1000010 1011 10001 100110110 111101 110111

Color Harmonies of #D348BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D348BC

Black with #D348BC

Text Example


Text Example

White with #D348BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D348BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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