Html Css Color HEX #D74DB4 Fuchsia

📋 copy color: '#D74DB4'

red 215 ◦ green 77 ◦ blue 180

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

Shades of Fuchsia #D74DB4

Tints of Fuchsia #D74DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.14%

R = 45.55%
G = 16.31%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D74DB4 (or 0xD74DB4) is known color: Fuchsia. HEX triplet: D7, 4D and B4. RGB value is (215,77,180). Sum of RGB (Red+Green+Blue) = 215+77+180=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DB4 is #28B24B. Grayscale: #818181. Windows color (decimal): -2667084 or 11816407. OLE color: 11816407.

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

Color convert

RGB 215 77 180 -
CMYK 0 0.64 0.16 0.16
HSL 315.22º 0.63% 0.57% -
HSV(B) 315.22º 0.64% 0.84% -
XYZ 38.92 23.05 45.58 -
YUV 130 156.22 188.62 -
System Red Green Blue C M Y K H S L
Decimal 215 77 180 0 0.64 0.16 0.16 315.22 0.63 0.57
Hex D7 4D B4 0 40 10 10 13B 3F 39
Octal 327 115 264 0 100 20 20 473 77 71
Binary 11010111 1001101 10110100 0 1000000 10000 10000 100111011 111111 111001

Color Harmonies of #D74DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DB4

Black with #D74DB4

Text Example


Text Example

White with #D74DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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