Html Css Color HEX #D741BB Fuchsia

📋 copy color: '#D741BB'

red 215 ◦ green 65 ◦ blue 187

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

Shades of Fuchsia #D741BB

Tints of Fuchsia #D741BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 46.04%
G = 13.92%
B = 40.04%

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

#D741BB (or 0xD741BB) is known color: Fuchsia. HEX triplet: D7, 41 and BB. RGB value is (215,65,187). Sum of RGB (Red+Green+Blue) = 215+65+187=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D741BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D741BB is #28BE44. Grayscale: #7B7B7B. Windows color (decimal): -2670149 or 12272087. OLE color: 12272087.

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

Color convert

RGB 215 65 187 -
CMYK 0 0.70 0.13 0.16
HSL 311.2º 0.65% 0.55% -
HSV(B) 311.2º 0.7% 0.84% -
XYZ 38.88 21.82 49.18 -
YUV 123.76 163.7 193.08 -
System Red Green Blue C M Y K H S L
Decimal 215 65 187 0 0.70 0.13 0.16 311.2 0.65 0.55
Hex D7 41 BB 0 46 D 10 137 41 37
Octal 327 101 273 0 106 15 20 467 101 67
Binary 11010111 1000001 10111011 0 1000110 1101 10000 100110111 1000001 110111

Color Harmonies of #D741BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D741BB

Black with #D741BB

Text Example


Text Example

White with #D741BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D741BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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