Html Css Color HEX #D345BC Fuchsia

📋 copy color: '#D345BC'

red 211 ◦ green 69 ◦ blue 188

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

Shades of Fuchsia #D345BC

Tints of Fuchsia #D345BC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.74%

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

R = 45.09%
G = 14.74%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D345BC (or 0xD345BC) is known color: Fuchsia. HEX triplet: D3, 45 and BC. RGB value is (211,69,188). Sum of RGB (Red+Green+Blue) = 211+69+188=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D345BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D345BC is #2CBA43. Grayscale: #7C7C7C. Windows color (decimal): -2931268 or 12338643. OLE color: 12338643.

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

Color convert

RGB 211 69 188 -
CMYK 0 0.67 0.11 0.17
HSL 309.72º 0.62% 0.55% -
HSV(B) 309.72º 0.67% 0.83% -
XYZ 38.07 21.74 49.77 -
YUV 125.02 163.54 189.32 -
System Red Green Blue C M Y K H S L
Decimal 211 69 188 0 0.67 0.11 0.17 309.72 0.62 0.55
Hex D3 45 BC 0 43 B 11 136 3E 37
Octal 323 105 274 0 103 13 21 466 76 67
Binary 11010011 1000101 10111100 0 1000011 1011 10001 100110110 111110 110111

Color Harmonies of #D345BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D345BC

Black with #D345BC

Text Example


Text Example

White with #D345BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D345BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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