Html Css Color HEX #D737B1 Fuchsia

📋 copy color: '#D737B1'

red 215 ◦ green 55 ◦ blue 177

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

Shades of Fuchsia #D737B1

Tints of Fuchsia #D737B1

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.3%

 BLUE value IS 177 (69.53% from 255) = 39.6%

R = 48.1%
G = 12.3%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D737B1 (or 0xD737B1) is known color: Fuchsia. HEX triplet: D7, 37 and B1. RGB value is (215,55,177). Sum of RGB (Red+Green+Blue) = 215+55+177=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D737B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D737B1 is #28C84E. Grayscale: #747474. Windows color (decimal): -2672719 or 11614167. OLE color: 11614167.

HSL color Cylindrical-coordinate representation of color #D737B1: hue angle of 314.25º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D737B1 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 55 177 -
CMYK 0 0.74 0.18 0.16
HSL 314.25º 0.67% 0.53% -
HSV(B) 314.25º 0.74% 0.84% -
XYZ 37.33 20.35 43.56 -
YUV 116.75 162.01 198.08 -
System Red Green Blue C M Y K H S L
Decimal 215 55 177 0 0.74 0.18 0.16 314.25 0.67 0.53
Hex D7 37 B1 0 4A 12 10 13A 43 35
Octal 327 67 261 0 112 22 20 472 103 65
Binary 11010111 110111 10110001 0 1001010 10010 10000 100111010 1000011 110101

Color Harmonies of #D737B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D737B1

Black with #D737B1

Text Example


Text Example

White with #D737B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D737B1; }

 p { color: rgb(215,55,177); }

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

background-color css

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

 a { background-color: rgb(215,55,177); }

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

border-color css

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

 span { border-color: rgb(215,55,177); }

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