Html Css Color HEX #D948B8 Fuchsia

📋 copy color: '#D948B8'

red 217 ◦ green 72 ◦ blue 184

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

Shades of Fuchsia #D948B8

Tints of Fuchsia #D948B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.9%

R = 45.88%
G = 15.22%
B = 38.9%

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

#D948B8 (or 0xD948B8) is known color: Fuchsia. HEX triplet: D9, 48 and B8. RGB value is (217,72,184). Sum of RGB (Red+Green+Blue) = 217+72+184=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D948B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D948B8 is #26B747. Grayscale: #7F7F7F. Windows color (decimal): -2537288 or 12077273. OLE color: 12077273.

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

Color convert

RGB 217 72 184 -
CMYK 0 0.67 0.15 0.15
HSL 313.66º 0.66% 0.57% -
HSV(B) 313.66º 0.67% 0.85% -
XYZ 39.58 22.85 47.67 -
YUV 128.12 159.54 191.39 -
System Red Green Blue C M Y K H S L
Decimal 217 72 184 0 0.67 0.15 0.15 313.66 0.66 0.57
Hex D9 48 B8 0 43 F F 13A 42 39
Octal 331 110 270 0 103 17 17 472 102 71
Binary 11011001 1001000 10111000 0 1000011 1111 1111 100111010 1000010 111001

Color Harmonies of #D948B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948B8

Black with #D948B8

Text Example


Text Example

White with #D948B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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