Html Css Color HEX #D952B3 Fuchsia

📋 copy color: '#D952B3'

red 217 ◦ green 82 ◦ blue 179

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

Shades of Fuchsia #D952B3

Tints of Fuchsia #D952B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.45%

R = 45.4%
G = 17.15%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D952B3 (or 0xD952B3) is known color: Fuchsia. HEX triplet: D9, 52 and B3. RGB value is (217,82,179). Sum of RGB (Red+Green+Blue) = 217+82+179=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D952B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D952B3 is #26AD4C. Grayscale: #858585. Windows color (decimal): -2534733 or 11752153. OLE color: 11752153.

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

Color convert

RGB 217 82 179 -
CMYK 0 0.62 0.18 0.15
HSL 316.89º 0.64% 0.59% -
HSV(B) 316.89º 0.62% 0.85% -
XYZ 39.77 24.04 45.19 -
YUV 133.42 153.73 187.61 -
System Red Green Blue C M Y K H S L
Decimal 217 82 179 0 0.62 0.18 0.15 316.89 0.64 0.59
Hex D9 52 B3 0 3E 12 F 13D 40 3B
Octal 331 122 263 0 76 22 17 475 100 73
Binary 11011001 1010010 10110011 0 111110 10010 1111 100111101 1000000 111011

Color Harmonies of #D952B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D952B3

Black with #D952B3

Text Example


Text Example

White with #D952B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D952B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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