Html Css Color HEX #D74CB4 Fuchsia

📋 copy color: '#D74CB4'

red 215 ◦ green 76 ◦ blue 180

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

Shades of Fuchsia #D74CB4

Tints of Fuchsia #D74CB4

RGB

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

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

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

R = 45.65%
G = 16.14%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D74CB4 (or 0xD74CB4) is known color: Fuchsia. HEX triplet: D7, 4C and B4. RGB value is (215,76,180). Sum of RGB (Red+Green+Blue) = 215+76+180=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CB4 is #28B34B. Grayscale: #818181. Windows color (decimal): -2667340 or 11816151. OLE color: 11816151.

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

Color convert

RGB 215 76 180 -
CMYK 0 0.65 0.16 0.16
HSL 315.11º 0.63% 0.57% -
HSV(B) 315.11º 0.65% 0.84% -
XYZ 38.85 22.91 45.55 -
YUV 129.42 156.55 189.04 -
System Red Green Blue C M Y K H S L
Decimal 215 76 180 0 0.65 0.16 0.16 315.11 0.63 0.57
Hex D7 4C B4 0 41 10 10 13B 3F 39
Octal 327 114 264 0 101 20 20 473 77 71
Binary 11010111 1001100 10110100 0 1000001 10000 10000 100111011 111111 111001

Color Harmonies of #D74CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CB4

Black with #D74CB4

Text Example


Text Example

White with #D74CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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