Html Css Color HEX #D745B3 Fuchsia

📋 copy color: '#D745B3'

red 215 ◦ green 69 ◦ blue 179

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

Shades of Fuchsia #D745B3

Tints of Fuchsia #D745B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.66%

R = 46.44%
G = 14.9%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D745B3 (or 0xD745B3) is known color: Fuchsia. HEX triplet: D7, 45 and B3. RGB value is (215,69,179). Sum of RGB (Red+Green+Blue) = 215+69+179=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D745B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D745B3 is #28BA4C. Grayscale: #7C7C7C. Windows color (decimal): -2669133 or 11748823. OLE color: 11748823.

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

Color convert

RGB 215 69 179 -
CMYK 0 0.68 0.17 0.16
HSL 314.79º 0.65% 0.56% -
HSV(B) 314.79º 0.68% 0.84% -
XYZ 38.29 21.96 44.87 -
YUV 125.19 158.37 192.06 -
System Red Green Blue C M Y K H S L
Decimal 215 69 179 0 0.68 0.17 0.16 314.79 0.65 0.56
Hex D7 45 B3 0 44 11 10 13B 41 38
Octal 327 105 263 0 104 21 20 473 101 70
Binary 11010111 1000101 10110011 0 1000100 10001 10000 100111011 1000001 111000

Color Harmonies of #D745B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D745B3

Black with #D745B3

Text Example


Text Example

White with #D745B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D745B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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