Html Css Color HEX #D948BC Fuchsia

📋 copy color: '#D948BC'

red 217 ◦ green 72 ◦ blue 188

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

Shades of Fuchsia #D948BC

Tints of Fuchsia #D948BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.41%

R = 45.49%
G = 15.09%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D948BC (or 0xD948BC) is known color: Fuchsia. HEX triplet: D9, 48 and BC. RGB value is (217,72,188). Sum of RGB (Red+Green+Blue) = 217+72+188=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D948BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D948BC is #26B743. Grayscale: #808080. Windows color (decimal): -2537284 or 12339417. OLE color: 12339417.

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

Color convert

RGB 217 72 188 -
CMYK 0 0.67 0.13 0.15
HSL 312º 0.66% 0.57% -
HSV(B) 312º 0.67% 0.85% -
XYZ 40.01 23.02 49.91 -
YUV 128.58 161.54 191.07 -
System Red Green Blue C M Y K H S L
Decimal 217 72 188 0 0.67 0.13 0.15 312 0.66 0.57
Hex D9 48 BC 0 43 D F 138 42 39
Octal 331 110 274 0 103 15 17 470 102 71
Binary 11011001 1001000 10111100 0 1000011 1101 1111 100111000 1000010 111001

Color Harmonies of #D948BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948BC

Black with #D948BC

Text Example


Text Example

White with #D948BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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