Html Css Color HEX #D74CBA Fuchsia

📋 copy color: '#D74CBA'

red 215 ◦ green 76 ◦ blue 186

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

Shades of Fuchsia #D74CBA

Tints of Fuchsia #D74CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.99%

R = 45.07%
G = 15.93%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D74CBA (or 0xD74CBA) is known color: Fuchsia. HEX triplet: D7, 4C and BA. RGB value is (215,76,186). Sum of RGB (Red+Green+Blue) = 215+76+186=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CBA is #28B345. Grayscale: #818181. Windows color (decimal): -2667334 or 12209367. OLE color: 12209367.

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

Color convert

RGB 215 76 186 -
CMYK 0 0.65 0.13 0.16
HSL 312.52º 0.63% 0.57% -
HSV(B) 312.52º 0.65% 0.84% -
XYZ 39.47 23.16 48.84 -
YUV 130.1 159.55 188.56 -
System Red Green Blue C M Y K H S L
Decimal 215 76 186 0 0.65 0.13 0.16 312.52 0.63 0.57
Hex D7 4C BA 0 41 D 10 139 3F 39
Octal 327 114 272 0 101 15 20 471 77 71
Binary 11010111 1001100 10111010 0 1000001 1101 10000 100111001 111111 111001

Color Harmonies of #D74CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CBA

Black with #D74CBA

Text Example


Text Example

White with #D74CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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