Html Css Color HEX #D74CBF Fuchsia

📋 copy color: '#D74CBF'

red 215 ◦ green 76 ◦ blue 191

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

Shades of Fuchsia #D74CBF

Tints of Fuchsia #D74CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.63%

R = 44.61%
G = 15.77%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D74CBF (or 0xD74CBF) is known color: Fuchsia. HEX triplet: D7, 4C and BF. RGB value is (215,76,191). Sum of RGB (Red+Green+Blue) = 215+76+191=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CBF is #28B340. Grayscale: #828282. Windows color (decimal): -2667329 or 12537047. OLE color: 12537047.

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

Color convert

RGB 215 76 191 -
CMYK 0 0.65 0.11 0.16
HSL 310.36º 0.63% 0.57% -
HSV(B) 310.36º 0.65% 0.84% -
XYZ 40.01 23.38 51.69 -
YUV 130.67 162.05 188.15 -
System Red Green Blue C M Y K H S L
Decimal 215 76 191 0 0.65 0.11 0.16 310.36 0.63 0.57
Hex D7 4C BF 0 41 B 10 136 3F 39
Octal 327 114 277 0 101 13 20 466 77 71
Binary 11010111 1001100 10111111 0 1000001 1011 10000 100110110 111111 111001

Color Harmonies of #D74CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CBF

Black with #D74CBF

Text Example


Text Example

White with #D74CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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