Html Css Color HEX #D94CBA Fuchsia

📋 copy color: '#D94CBA'

red 217 ◦ green 76 ◦ blue 186

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

Shades of Fuchsia #D94CBA

Tints of Fuchsia #D94CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 45.3%
G = 15.87%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D94CBA (or 0xD94CBA) is known color: Fuchsia. HEX triplet: D9, 4C and BA. RGB value is (217,76,186). Sum of RGB (Red+Green+Blue) = 217+76+186=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D94CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94CBA is #26B345. Grayscale: #828282. Windows color (decimal): -2536262 or 12209369. OLE color: 12209369.

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

Color convert

RGB 217 76 186 -
CMYK 0 0.65 0.14 0.15
HSL 313.19º 0.65% 0.57% -
HSV(B) 313.19º 0.65% 0.85% -
XYZ 40.06 23.47 48.87 -
YUV 130.7 159.21 189.56 -
System Red Green Blue C M Y K H S L
Decimal 217 76 186 0 0.65 0.14 0.15 313.19 0.65 0.57
Hex D9 4C BA 0 41 E F 139 41 39
Octal 331 114 272 0 101 16 17 471 101 71
Binary 11011001 1001100 10111010 0 1000001 1110 1111 100111001 1000001 111001

Color Harmonies of #D94CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94CBA

Black with #D94CBA

Text Example


Text Example

White with #D94CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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