Html Css Color HEX #D74DC3 Fuchsia

📋 copy color: '#D74DC3'

red 215 ◦ green 77 ◦ blue 195

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

Shades of Fuchsia #D74DC3

Tints of Fuchsia #D74DC3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.81%

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

R = 44.15%
G = 15.81%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D74DC3 (or 0xD74DC3) is known color: Fuchsia. HEX triplet: D7, 4D and C3. RGB value is (215,77,195). Sum of RGB (Red+Green+Blue) = 215+77+195=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DC3 is #28B23C. Grayscale: #838383. Windows color (decimal): -2667069 or 12799447. OLE color: 12799447.

HSL color Cylindrical-coordinate representation of color #D74DC3: hue angle of 308.7º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74DC3 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 77 195 -
CMYK 0 0.64 0.09 0.16
HSL 308.7º 0.63% 0.57% -
HSV(B) 308.7º 0.64% 0.84% -
XYZ 40.53 23.69 54.07 -
YUV 131.71 163.72 187.41 -
System Red Green Blue C M Y K H S L
Decimal 215 77 195 0 0.64 0.09 0.16 308.7 0.63 0.57
Hex D7 4D C3 0 40 9 10 135 3F 39
Octal 327 115 303 0 100 11 20 465 77 71
Binary 11010111 1001101 11000011 0 1000000 1001 10000 100110101 111111 111001

Color Harmonies of #D74DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DC3

Black with #D74DC3

Text Example


Text Example

White with #D74DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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