Html Css Color HEX #D740B5 Fuchsia

📋 copy color: '#D740B5'

red 215 ◦ green 64 ◦ blue 181

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

Shades of Fuchsia #D740B5

Tints of Fuchsia #D740B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.35%

R = 46.74%
G = 13.91%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D740B5 (or 0xD740B5) is known color: Fuchsia. HEX triplet: D7, 40 and B5. RGB value is (215,64,181). Sum of RGB (Red+Green+Blue) = 215+64+181=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D740B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D740B5 is #28BF4A. Grayscale: #7A7A7A. Windows color (decimal): -2670411 or 11878615. OLE color: 11878615.

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

Color convert

RGB 215 64 181 -
CMYK 0 0.70 0.16 0.16
HSL 313.51º 0.65% 0.55% -
HSV(B) 313.51º 0.7% 0.84% -
XYZ 38.2 21.45 45.84 -
YUV 122.49 161.03 193.99 -
System Red Green Blue C M Y K H S L
Decimal 215 64 181 0 0.70 0.16 0.16 313.51 0.65 0.55
Hex D7 40 B5 0 46 10 10 13A 41 37
Octal 327 100 265 0 106 20 20 472 101 67
Binary 11010111 1000000 10110101 0 1000110 10000 10000 100111010 1000001 110111

Color Harmonies of #D740B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D740B5

Black with #D740B5

Text Example


Text Example

White with #D740B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D740B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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