Html Css Color HEX #D74DB5 Fuchsia

📋 copy color: '#D74DB5'

red 215 ◦ green 77 ◦ blue 181

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

Shades of Fuchsia #D74DB5

Tints of Fuchsia #D74DB5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.28%

 BLUE value IS 181 (71.09% from 255) = 38.27%

R = 45.45%
G = 16.28%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D74DB5 (or 0xD74DB5) is known color: Fuchsia. HEX triplet: D7, 4D and B5. RGB value is (215,77,181). Sum of RGB (Red+Green+Blue) = 215+77+181=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DB5 is #28B24A. Grayscale: #818181. Windows color (decimal): -2667083 or 11881943. OLE color: 11881943.

HSL color Cylindrical-coordinate representation of color #D74DB5: hue angle of 314.78º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74DB5 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 77 181 -
CMYK 0 0.64 0.16 0.16
HSL 314.78º 0.63% 0.57% -
HSV(B) 314.78º 0.64% 0.84% -
XYZ 39.02 23.09 46.12 -
YUV 130.12 156.72 188.54 -
System Red Green Blue C M Y K H S L
Decimal 215 77 181 0 0.64 0.16 0.16 314.78 0.63 0.57
Hex D7 4D B5 0 40 10 10 13B 3F 39
Octal 327 115 265 0 100 20 20 473 77 71
Binary 11010111 1001101 10110101 0 1000000 10000 10000 100111011 111111 111001

Color Harmonies of #D74DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DB5

Black with #D74DB5

Text Example


Text Example

White with #D74DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DB5; }

 p { color: rgb(215,77,181); }

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

background-color css

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

 a { background-color: rgb(215,77,181); }

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

border-color css

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

 span { border-color: rgb(215,77,181); }

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