Html Css Color HEX #D948B9 Fuchsia

📋 copy color: '#D948B9'

red 217 ◦ green 72 ◦ blue 185

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

Shades of Fuchsia #D948B9

Tints of Fuchsia #D948B9

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.19%

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

R = 45.78%
G = 15.19%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D948B9 (or 0xD948B9) is known color: Fuchsia. HEX triplet: D9, 48 and B9. RGB value is (217,72,185). Sum of RGB (Red+Green+Blue) = 217+72+185=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D948B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D948B9 is #26B746. Grayscale: #7F7F7F. Windows color (decimal): -2537287 or 12142809. OLE color: 12142809.

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

Color convert

RGB 217 72 185 -
CMYK 0 0.67 0.15 0.15
HSL 313.24º 0.66% 0.57% -
HSV(B) 313.24º 0.67% 0.85% -
XYZ 39.69 22.89 48.23 -
YUV 128.24 160.04 191.31 -
System Red Green Blue C M Y K H S L
Decimal 217 72 185 0 0.67 0.15 0.15 313.24 0.66 0.57
Hex D9 48 B9 0 43 F F 139 42 39
Octal 331 110 271 0 103 17 17 471 102 71
Binary 11011001 1001000 10111001 0 1000011 1111 1111 100111001 1000010 111001

Color Harmonies of #D948B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948B9

Black with #D948B9

Text Example


Text Example

White with #D948B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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