Html Css Color HEX #D952BC Fuchsia

📋 copy color: '#D952BC'

red 217 ◦ green 82 ◦ blue 188

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

Shades of Fuchsia #D952BC

Tints of Fuchsia #D952BC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.84%

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

R = 44.56%
G = 16.84%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D952BC (or 0xD952BC) is known color: Fuchsia. HEX triplet: D9, 52 and BC. RGB value is (217,82,188). Sum of RGB (Red+Green+Blue) = 217+82+188=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D952BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D952BC is #26AD43. Grayscale: #868686. Windows color (decimal): -2534724 or 12341977. OLE color: 12341977.

HSL color Cylindrical-coordinate representation of color #D952BC: hue angle of 312.89º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D952BC is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 82 188 -
CMYK 0 0.62 0.13 0.15
HSL 312.89º 0.64% 0.59% -
HSV(B) 312.89º 0.62% 0.85% -
XYZ 40.71 24.42 50.14 -
YUV 134.45 158.23 186.88 -
System Red Green Blue C M Y K H S L
Decimal 217 82 188 0 0.62 0.13 0.15 312.89 0.64 0.59
Hex D9 52 BC 0 3E D F 139 40 3B
Octal 331 122 274 0 76 15 17 471 100 73
Binary 11011001 1010010 10111100 0 111110 1101 1111 100111001 1000000 111011

Color Harmonies of #D952BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D952BC

Black with #D952BC

Text Example


Text Example

White with #D952BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D952BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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