Html Css Color HEX #D745B0 Fuchsia

📋 copy color: '#D745B0'

red 215 ◦ green 69 ◦ blue 176

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

Shades of Fuchsia #D745B0

Tints of Fuchsia #D745B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.26%

R = 46.74%
G = 15%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D745B0 (or 0xD745B0) is known color: Fuchsia. HEX triplet: D7, 45 and B0. RGB value is (215,69,176). Sum of RGB (Red+Green+Blue) = 215+69+176=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D745B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D745B0 is #28BA4F. Grayscale: #7C7C7C. Windows color (decimal): -2669136 or 11552215. OLE color: 11552215.

HSL color Cylindrical-coordinate representation of color #D745B0: hue angle of 316.03º 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 #D745B0 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 69 176 -
CMYK 0 0.68 0.18 0.16
HSL 316.03º 0.65% 0.56% -
HSV(B) 316.03º 0.68% 0.84% -
XYZ 37.99 21.84 43.29 -
YUV 124.85 156.87 192.3 -
System Red Green Blue C M Y K H S L
Decimal 215 69 176 0 0.68 0.18 0.16 316.03 0.65 0.56
Hex D7 45 B0 0 44 12 10 13C 41 38
Octal 327 105 260 0 104 22 20 474 101 70
Binary 11010111 1000101 10110000 0 1000100 10010 10000 100111100 1000001 111000

Color Harmonies of #D745B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D745B0

Black with #D745B0

Text Example


Text Example

White with #D745B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D745B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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