Html Css Color HEX #D74CBE Fuchsia

📋 copy color: '#D74CBE'

red 215 ◦ green 76 ◦ blue 190

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

Shades of Fuchsia #D74CBE

Tints of Fuchsia #D74CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.5%

R = 44.7%
G = 15.8%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D74CBE (or 0xD74CBE) is known color: Fuchsia. HEX triplet: D7, 4C and BE. RGB value is (215,76,190). Sum of RGB (Red+Green+Blue) = 215+76+190=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CBE is #28B341. Grayscale: #828282. Windows color (decimal): -2667330 or 12471511. OLE color: 12471511.

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

Color convert

RGB 215 76 190 -
CMYK 0 0.65 0.12 0.16
HSL 310.79º 0.63% 0.57% -
HSV(B) 310.79º 0.65% 0.84% -
XYZ 39.9 23.33 51.12 -
YUV 130.56 161.55 188.23 -
System Red Green Blue C M Y K H S L
Decimal 215 76 190 0 0.65 0.12 0.16 310.79 0.63 0.57
Hex D7 4C BE 0 41 C 10 137 3F 39
Octal 327 114 276 0 101 14 20 467 77 71
Binary 11010111 1001100 10111110 0 1000001 1100 10000 100110111 111111 111001

Color Harmonies of #D74CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CBE

Black with #D74CBE

Text Example


Text Example

White with #D74CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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