Html Css Color HEX #D74DC4 Fuchsia

📋 copy color: '#D74DC4'

red 215 ◦ green 77 ◦ blue 196

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

Shades of Fuchsia #D74DC4

Tints of Fuchsia #D74DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.16%

R = 44.06%
G = 15.78%
B = 40.16%

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

#D74DC4 (or 0xD74DC4) is known color: Fuchsia. HEX triplet: D7, 4D and C4. RGB value is (215,77,196). Sum of RGB (Red+Green+Blue) = 215+77+196=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DC4 is #28B23B. Grayscale: #838383. Windows color (decimal): -2667068 or 12864983. OLE color: 12864983.

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

Color convert

RGB 215 77 196 -
CMYK 0 0.64 0.09 0.16
HSL 308.26º 0.63% 0.57% -
HSV(B) 308.26º 0.64% 0.84% -
XYZ 40.64 23.74 54.66 -
YUV 131.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 215 77 196 0 0.64 0.09 0.16 308.26 0.63 0.57
Hex D7 4D C4 0 40 9 10 134 3F 39
Octal 327 115 304 0 100 11 20 464 77 71
Binary 11010111 1001101 11000100 0 1000000 1001 10000 100110100 111111 111001

Color Harmonies of #D74DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DC4

Black with #D74DC4

Text Example


Text Example

White with #D74DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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