Html Css Color HEX #D74CC3 Fuchsia

📋 copy color: '#D74CC3'

red 215 ◦ green 76 ◦ blue 195

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

Shades of Fuchsia #D74CC3

Tints of Fuchsia #D74CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.12%

R = 44.24%
G = 15.64%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D74CC3 (or 0xD74CC3) is known color: Fuchsia. HEX triplet: D7, 4C and C3. RGB value is (215,76,195). Sum of RGB (Red+Green+Blue) = 215+76+195=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CC3 is #28B33C. Grayscale: #828282. Windows color (decimal): -2667325 or 12799191. OLE color: 12799191.

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

Color convert

RGB 215 76 195 -
CMYK 0 0.65 0.09 0.16
HSL 308.63º 0.63% 0.57% -
HSV(B) 308.63º 0.65% 0.84% -
XYZ 40.46 23.56 54.04 -
YUV 131.13 164.05 187.82 -
System Red Green Blue C M Y K H S L
Decimal 215 76 195 0 0.65 0.09 0.16 308.63 0.63 0.57
Hex D7 4C C3 0 41 9 10 135 3F 39
Octal 327 114 303 0 101 11 20 465 77 71
Binary 11010111 1001100 11000011 0 1000001 1001 10000 100110101 111111 111001

Color Harmonies of #D74CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CC3

Black with #D74CC3

Text Example


Text Example

White with #D74CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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