Html Css Color HEX #D745C9 Fuchsia

📋 copy color: '#D745C9'

red 215 ◦ green 69 ◦ blue 201

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

Shades of Fuchsia #D745C9

Tints of Fuchsia #D745C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.44%

R = 44.33%
G = 14.23%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D745C9 (or 0xD745C9) is known color: Fuchsia. HEX triplet: D7, 45 and C9. RGB value is (215,69,201). Sum of RGB (Red+Green+Blue) = 215+69+201=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D745C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D745C9 is #28BA36. Grayscale: #7F7F7F. Windows color (decimal): -2669111 or 13190615. OLE color: 13190615.

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

Color convert

RGB 215 69 201 -
CMYK 0 0.68 0.07 0.16
HSL 305.75º 0.65% 0.56% -
HSV(B) 305.75º 0.68% 0.84% -
XYZ 40.7 22.92 57.54 -
YUV 127.7 169.37 190.27 -
System Red Green Blue C M Y K H S L
Decimal 215 69 201 0 0.68 0.07 0.16 305.75 0.65 0.56
Hex D7 45 C9 0 44 7 10 132 41 38
Octal 327 105 311 0 104 7 20 462 101 70
Binary 11010111 1000101 11001001 0 1000100 111 10000 100110010 1000001 111000

Color Harmonies of #D745C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D745C9

Black with #D745C9

Text Example


Text Example

White with #D745C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D745C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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