Html Css Color HEX #D94CBC Fuchsia

📋 copy color: '#D94CBC'

red 217 ◦ green 76 ◦ blue 188

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

Shades of Fuchsia #D94CBC

Tints of Fuchsia #D94CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.09%

R = 45.11%
G = 15.8%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D94CBC (or 0xD94CBC) is known color: Fuchsia. HEX triplet: D9, 4C and BC. RGB value is (217,76,188). Sum of RGB (Red+Green+Blue) = 217+76+188=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D94CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94CBC is #26B343. Grayscale: #828282. Windows color (decimal): -2536260 or 12340441. OLE color: 12340441.

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

Color convert

RGB 217 76 188 -
CMYK 0 0.65 0.13 0.15
HSL 312.34º 0.65% 0.57% -
HSV(B) 312.34º 0.65% 0.85% -
XYZ 40.28 23.55 50 -
YUV 130.93 160.21 189.39 -
System Red Green Blue C M Y K H S L
Decimal 217 76 188 0 0.65 0.13 0.15 312.34 0.65 0.57
Hex D9 4C BC 0 41 D F 138 41 39
Octal 331 114 274 0 101 15 17 470 101 71
Binary 11011001 1001100 10111100 0 1000001 1101 1111 100111000 1000001 111001

Color Harmonies of #D94CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94CBC

Black with #D94CBC

Text Example


Text Example

White with #D94CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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