Html Css Color HEX #D74CB5 Fuchsia

📋 copy color: '#D74CB5'

red 215 ◦ green 76 ◦ blue 181

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

Shades of Fuchsia #D74CB5

Tints of Fuchsia #D74CB5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.1%

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

R = 45.55%
G = 16.1%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D74CB5 (or 0xD74CB5) is known color: Fuchsia. HEX triplet: D7, 4C and B5. RGB value is (215,76,181). Sum of RGB (Red+Green+Blue) = 215+76+181=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CB5 is #28B34A. Grayscale: #818181. Windows color (decimal): -2667339 or 11881687. OLE color: 11881687.

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

Color convert

RGB 215 76 181 -
CMYK 0 0.65 0.16 0.16
HSL 314.68º 0.63% 0.57% -
HSV(B) 314.68º 0.65% 0.84% -
XYZ 38.95 22.95 46.09 -
YUV 129.53 157.05 188.96 -
System Red Green Blue C M Y K H S L
Decimal 215 76 181 0 0.65 0.16 0.16 314.68 0.63 0.57
Hex D7 4C B5 0 41 10 10 13B 3F 39
Octal 327 114 265 0 101 20 20 473 77 71
Binary 11010111 1001100 10110101 0 1000001 10000 10000 100111011 111111 111001

Color Harmonies of #D74CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CB5

Black with #D74CB5

Text Example


Text Example

White with #D74CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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