Html Css Color HEX #D949B9 Fuchsia

📋 copy color: '#D949B9'

red 217 ◦ green 73 ◦ blue 185

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

Shades of Fuchsia #D949B9

Tints of Fuchsia #D949B9

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.37%

 BLUE value IS 185 (72.66% from 255) = 38.95%

R = 45.68%
G = 15.37%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D949B9 (or 0xD949B9) is known color: Fuchsia. HEX triplet: D9, 49 and B9. RGB value is (217,73,185). Sum of RGB (Red+Green+Blue) = 217+73+185=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D949B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D949B9 is #26B646. Grayscale: #808080. Windows color (decimal): -2537031 or 12143065. OLE color: 12143065.

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

Color convert

RGB 217 73 185 -
CMYK 0 0.66 0.15 0.15
HSL 313.33º 0.65% 0.57% -
HSV(B) 313.33º 0.66% 0.85% -
XYZ 39.75 23.02 48.25 -
YUV 128.82 159.71 190.89 -
System Red Green Blue C M Y K H S L
Decimal 217 73 185 0 0.66 0.15 0.15 313.33 0.65 0.57
Hex D9 49 B9 0 42 F F 139 41 39
Octal 331 111 271 0 102 17 17 471 101 71
Binary 11011001 1001001 10111001 0 1000010 1111 1111 100111001 1000001 111001

Color Harmonies of #D949B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D949B9

Black with #D949B9

Text Example


Text Example

White with #D949B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D949B9; }

 p { color: rgb(217,73,185); }

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

background-color css

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

 a { background-color: rgb(217,73,185); }

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

border-color css

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

 span { border-color: rgb(217,73,185); }

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