Html Css Color HEX #D948B7 Fuchsia

📋 copy color: '#D948B7'

red 217 ◦ green 72 ◦ blue 183

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

Shades of Fuchsia #D948B7

Tints of Fuchsia #D948B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.77%

R = 45.97%
G = 15.25%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D948B7 (or 0xD948B7) is known color: Fuchsia. HEX triplet: D9, 48 and B7. RGB value is (217,72,183). Sum of RGB (Red+Green+Blue) = 217+72+183=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D948B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D948B7 is #26B748. Grayscale: #7F7F7F. Windows color (decimal): -2537289 or 12011737. OLE color: 12011737.

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

Color convert

RGB 217 72 183 -
CMYK 0 0.67 0.16 0.15
HSL 314.07º 0.66% 0.57% -
HSV(B) 314.07º 0.67% 0.85% -
XYZ 39.48 22.81 47.12 -
YUV 128.01 159.04 191.47 -
System Red Green Blue C M Y K H S L
Decimal 217 72 183 0 0.67 0.16 0.15 314.07 0.66 0.57
Hex D9 48 B7 0 43 10 F 13A 42 39
Octal 331 110 267 0 103 20 17 472 102 71
Binary 11011001 1001000 10110111 0 1000011 10000 1111 100111010 1000010 111001

Color Harmonies of #D948B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948B7

Black with #D948B7

Text Example


Text Example

White with #D948B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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