Html Css Color HEX #D740B7 Fuchsia

📋 copy color: '#D740B7'

red 215 ◦ green 64 ◦ blue 183

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

Shades of Fuchsia #D740B7

Tints of Fuchsia #D740B7

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.85%

 BLUE value IS 183 (71.88% from 255) = 39.61%

R = 46.54%
G = 13.85%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D740B7 (or 0xD740B7) is known color: Fuchsia. HEX triplet: D7, 40 and B7. RGB value is (215,64,183). Sum of RGB (Red+Green+Blue) = 215+64+183=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D740B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D740B7 is #28BF48. Grayscale: #7A7A7A. Windows color (decimal): -2670409 or 12009687. OLE color: 12009687.

HSL color Cylindrical-coordinate representation of color #D740B7: hue angle of 312.72º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D740B7 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 64 183 -
CMYK 0 0.70 0.15 0.16
HSL 312.72º 0.65% 0.55% -
HSV(B) 312.72º 0.7% 0.84% -
XYZ 38.4 21.53 46.93 -
YUV 122.72 162.03 193.82 -
System Red Green Blue C M Y K H S L
Decimal 215 64 183 0 0.70 0.15 0.16 312.72 0.65 0.55
Hex D7 40 B7 0 46 F 10 139 41 37
Octal 327 100 267 0 106 17 20 471 101 67
Binary 11010111 1000000 10110111 0 1000110 1111 10000 100111001 1000001 110111

Color Harmonies of #D740B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D740B7

Black with #D740B7

Text Example


Text Example

White with #D740B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D740B7; }

 p { color: rgb(215,64,183); }

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

background-color css

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

 a { background-color: rgb(215,64,183); }

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

border-color css

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

 span { border-color: rgb(215,64,183); }

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