Html Css Color HEX #D74CC1 Fuchsia

📋 copy color: '#D74CC1'

red 215 ◦ green 76 ◦ blue 193

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

Shades of Fuchsia #D74CC1

Tints of Fuchsia #D74CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.88%

R = 44.42%
G = 15.7%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D74CC1 (or 0xD74CC1) is known color: Fuchsia. HEX triplet: D7, 4C and C1. RGB value is (215,76,193). Sum of RGB (Red+Green+Blue) = 215+76+193=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CC1 is #28B33E. Grayscale: #828282. Windows color (decimal): -2667327 or 12668119. OLE color: 12668119.

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

Color convert

RGB 215 76 193 -
CMYK 0 0.65 0.10 0.16
HSL 309.5º 0.63% 0.57% -
HSV(B) 309.5º 0.65% 0.84% -
XYZ 40.23 23.47 52.86 -
YUV 130.9 163.05 187.99 -
System Red Green Blue C M Y K H S L
Decimal 215 76 193 0 0.65 0.10 0.16 309.5 0.63 0.57
Hex D7 4C C1 0 41 A 10 135 3F 39
Octal 327 114 301 0 101 12 20 465 77 71
Binary 11010111 1001100 11000001 0 1000001 1010 10000 100110101 111111 111001

Color Harmonies of #D74CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CC1

Black with #D74CC1

Text Example


Text Example

White with #D74CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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