Html Css Color HEX #D741BC Fuchsia

📋 copy color: '#D741BC'

red 215 ◦ green 65 ◦ blue 188

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

Shades of Fuchsia #D741BC

Tints of Fuchsia #D741BC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.89%

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

R = 45.94%
G = 13.89%
B = 40.17%

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

#D741BC (or 0xD741BC) is known color: Fuchsia. HEX triplet: D7, 41 and BC. RGB value is (215,65,188). Sum of RGB (Red+Green+Blue) = 215+65+188=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D741BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D741BC is #28BE43. Grayscale: #7B7B7B. Windows color (decimal): -2670148 or 12337623. OLE color: 12337623.

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

Color convert

RGB 215 65 188 -
CMYK 0 0.70 0.13 0.16
HSL 310.8º 0.65% 0.55% -
HSV(B) 310.8º 0.7% 0.84% -
XYZ 38.99 21.86 49.74 -
YUV 123.87 164.2 193 -
System Red Green Blue C M Y K H S L
Decimal 215 65 188 0 0.70 0.13 0.16 310.8 0.65 0.55
Hex D7 41 BC 0 46 D 10 137 41 37
Octal 327 101 274 0 106 15 20 467 101 67
Binary 11010111 1000001 10111100 0 1000110 1101 10000 100110111 1000001 110111

Color Harmonies of #D741BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D741BC

Black with #D741BC

Text Example


Text Example

White with #D741BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D741BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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