Html Css Color HEX #D949B5 Fuchsia

📋 copy color: '#D949B5'

red 217 ◦ green 73 ◦ blue 181

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

Shades of Fuchsia #D949B5

Tints of Fuchsia #D949B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.43%

R = 46.07%
G = 15.5%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D949B5 (or 0xD949B5) is known color: Fuchsia. HEX triplet: D9, 49 and B5. RGB value is (217,73,181). Sum of RGB (Red+Green+Blue) = 217+73+181=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D949B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D949B5 is #26B64A. Grayscale: #808080. Windows color (decimal): -2537035 or 11880921. OLE color: 11880921.

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

Color convert

RGB 217 73 181 -
CMYK 0 0.66 0.17 0.15
HSL 315º 0.65% 0.57% -
HSV(B) 315º 0.66% 0.85% -
XYZ 39.34 22.85 46.05 -
YUV 128.37 157.71 191.22 -
System Red Green Blue C M Y K H S L
Decimal 217 73 181 0 0.66 0.17 0.15 315 0.65 0.57
Hex D9 49 B5 0 42 11 F 13B 41 39
Octal 331 111 265 0 102 21 17 473 101 71
Binary 11011001 1001001 10110101 0 1000010 10001 1111 100111011 1000001 111001

Color Harmonies of #D949B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D949B5

Black with #D949B5

Text Example


Text Example

White with #D949B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D949B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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