Html Css Color HEX #D74DB2 Fuchsia

📋 copy color: '#D74DB2'

red 215 ◦ green 77 ◦ blue 178

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

Shades of Fuchsia #D74DB2

Tints of Fuchsia #D74DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.87%

R = 45.74%
G = 16.38%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D74DB2 (or 0xD74DB2) is known color: Fuchsia. HEX triplet: D7, 4D and B2. RGB value is (215,77,178). Sum of RGB (Red+Green+Blue) = 215+77+178=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74DB2 is #28B24D. Grayscale: #818181. Windows color (decimal): -2667086 or 11685335. OLE color: 11685335.

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

Color convert

RGB 215 77 178 -
CMYK 0 0.64 0.17 0.16
HSL 316.09º 0.63% 0.57% -
HSV(B) 316.09º 0.64% 0.84% -
XYZ 38.71 22.97 44.51 -
YUV 129.78 155.22 188.79 -
System Red Green Blue C M Y K H S L
Decimal 215 77 178 0 0.64 0.17 0.16 316.09 0.63 0.57
Hex D7 4D B2 0 40 11 10 13C 3F 39
Octal 327 115 262 0 100 21 20 474 77 71
Binary 11010111 1001101 10110010 0 1000000 10001 10000 100111100 111111 111001

Color Harmonies of #D74DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DB2

Black with #D74DB2

Text Example


Text Example

White with #D74DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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