Html Css Color HEX #D740BC Fuchsia

📋 copy color: '#D740BC'

red 215 ◦ green 64 ◦ blue 188

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

Shades of Fuchsia #D740BC

Tints of Fuchsia #D740BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 46.04%
G = 13.7%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D740BC (or 0xD740BC) is known color: Fuchsia. HEX triplet: D7, 40 and BC. RGB value is (215,64,188). Sum of RGB (Red+Green+Blue) = 215+64+188=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D740BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D740BC is #28BF43. Grayscale: #7A7A7A. Windows color (decimal): -2670404 or 12337367. OLE color: 12337367.

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

Color convert

RGB 215 64 188 -
CMYK 0 0.70 0.13 0.16
HSL 310.73º 0.65% 0.55% -
HSV(B) 310.73º 0.7% 0.84% -
XYZ 38.93 21.74 49.72 -
YUV 123.29 164.53 193.42 -
System Red Green Blue C M Y K H S L
Decimal 215 64 188 0 0.70 0.13 0.16 310.73 0.65 0.55
Hex D7 40 BC 0 46 D 10 137 41 37
Octal 327 100 274 0 106 15 20 467 101 67
Binary 11010111 1000000 10111100 0 1000110 1101 10000 100110111 1000001 110111

Color Harmonies of #D740BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D740BC

Black with #D740BC

Text Example


Text Example

White with #D740BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D740BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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