Html Css Color HEX #D94CB2 Fuchsia

📋 copy color: '#D94CB2'

red 217 ◦ green 76 ◦ blue 178

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

Shades of Fuchsia #D94CB2

Tints of Fuchsia #D94CB2

RGB

 RED value IS 217 (85.16% from 255) = 46.07%

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

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

R = 46.07%
G = 16.14%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D94CB2 (or 0xD94CB2) is known color: Fuchsia. HEX triplet: D9, 4C and B2. RGB value is (217,76,178). Sum of RGB (Red+Green+Blue) = 217+76+178=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D94CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94CB2 is #26B34D. Grayscale: #818181. Windows color (decimal): -2536270 or 11685081. OLE color: 11685081.

HSL color Cylindrical-coordinate representation of color #D94CB2: hue angle of 316.6º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94CB2 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 76 178 -
CMYK 0 0.65 0.18 0.15
HSL 316.6º 0.65% 0.57% -
HSV(B) 316.6º 0.65% 0.85% -
XYZ 39.24 23.13 44.52 -
YUV 129.79 155.21 190.21 -
System Red Green Blue C M Y K H S L
Decimal 217 76 178 0 0.65 0.18 0.15 316.6 0.65 0.57
Hex D9 4C B2 0 41 12 F 13D 41 39
Octal 331 114 262 0 101 22 17 475 101 71
Binary 11011001 1001100 10110010 0 1000001 10010 1111 100111101 1000001 111001

Color Harmonies of #D94CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94CB2

Black with #D94CB2

Text Example


Text Example

White with #D94CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94CB2; }

 p { color: rgb(217,76,178); }

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

background-color css

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

 a { background-color: rgb(217,76,178); }

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

border-color css

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

 span { border-color: rgb(217,76,178); }

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