Html Css Color HEX #D94CBE Fuchsia

📋 copy color: '#D94CBE'

red 217 ◦ green 76 ◦ blue 190

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

Shades of Fuchsia #D94CBE

Tints of Fuchsia #D94CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.34%

R = 44.93%
G = 15.73%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D94CBE (or 0xD94CBE) is known color: Fuchsia. HEX triplet: D9, 4C and BE. RGB value is (217,76,190). Sum of RGB (Red+Green+Blue) = 217+76+190=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D94CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94CBE is #26B341. Grayscale: #828282. Windows color (decimal): -2536258 or 12471513. OLE color: 12471513.

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

Color convert

RGB 217 76 190 -
CMYK 0 0.65 0.12 0.15
HSL 311.49º 0.65% 0.57% -
HSV(B) 311.49º 0.65% 0.85% -
XYZ 40.49 23.64 51.14 -
YUV 131.16 161.21 189.23 -
System Red Green Blue C M Y K H S L
Decimal 217 76 190 0 0.65 0.12 0.15 311.49 0.65 0.57
Hex D9 4C BE 0 41 C F 137 41 39
Octal 331 114 276 0 101 14 17 467 101 71
Binary 11011001 1001100 10111110 0 1000001 1100 1111 100110111 1000001 111001

Color Harmonies of #D94CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94CBE

Black with #D94CBE

Text Example


Text Example

White with #D94CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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