Html Css Color HEX #D740B2 Fuchsia

📋 copy color: '#D740B2'

red 215 ◦ green 64 ◦ blue 178

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

Shades of Fuchsia #D740B2

Tints of Fuchsia #D740B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.95%

R = 47.05%
G = 14%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D740B2 (or 0xD740B2) is known color: Fuchsia. HEX triplet: D7, 40 and B2. RGB value is (215,64,178). Sum of RGB (Red+Green+Blue) = 215+64+178=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D740B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D740B2 is #28BF4D. Grayscale: #797979. Windows color (decimal): -2670414 or 11682007. OLE color: 11682007.

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

Color convert

RGB 215 64 178 -
CMYK 0 0.70 0.17 0.16
HSL 314.7º 0.65% 0.55% -
HSV(B) 314.7º 0.7% 0.84% -
XYZ 37.89 21.33 44.24 -
YUV 122.15 159.53 194.23 -
System Red Green Blue C M Y K H S L
Decimal 215 64 178 0 0.70 0.17 0.16 314.7 0.65 0.55
Hex D7 40 B2 0 46 11 10 13B 41 37
Octal 327 100 262 0 106 21 20 473 101 67
Binary 11010111 1000000 10110010 0 1000110 10001 10000 100111011 1000001 110111

Color Harmonies of #D740B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D740B2

Black with #D740B2

Text Example


Text Example

White with #D740B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D740B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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