Html Css Color HEX #D745BC Fuchsia

📋 copy color: '#D745BC'

red 215 ◦ green 69 ◦ blue 188

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

Shades of Fuchsia #D745BC

Tints of Fuchsia #D745BC

RGB

 RED value IS 215 (84.38% from 255) = 45.55%

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

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

R = 45.55%
G = 14.62%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D745BC (or 0xD745BC) is known color: Fuchsia. HEX triplet: D7, 45 and BC. RGB value is (215,69,188). Sum of RGB (Red+Green+Blue) = 215+69+188=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D745BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D745BC is #28BA43. Grayscale: #7D7D7D. Windows color (decimal): -2669124 or 12338647. OLE color: 12338647.

HSL color Cylindrical-coordinate representation of color #D745BC: hue angle of 311.1º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D745BC is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 69 188 -
CMYK 0 0.68 0.13 0.16
HSL 311.1º 0.65% 0.56% -
HSV(B) 311.1º 0.68% 0.84% -
XYZ 39.23 22.33 49.82 -
YUV 126.22 162.87 191.32 -
System Red Green Blue C M Y K H S L
Decimal 215 69 188 0 0.68 0.13 0.16 311.1 0.65 0.56
Hex D7 45 BC 0 44 D 10 137 41 38
Octal 327 105 274 0 104 15 20 467 101 70
Binary 11010111 1000101 10111100 0 1000100 1101 10000 100110111 1000001 111000

Color Harmonies of #D745BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D745BC

Black with #D745BC

Text Example


Text Example

White with #D745BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D745BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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