Html Css Color HEX #D952B7 Fuchsia

📋 copy color: '#D952B7'

red 217 ◦ green 82 ◦ blue 183

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

Shades of Fuchsia #D952B7

Tints of Fuchsia #D952B7

RGB

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

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

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

R = 45.02%
G = 17.01%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D952B7 (or 0xD952B7) is known color: Fuchsia. HEX triplet: D9, 52 and B7. RGB value is (217,82,183). Sum of RGB (Red+Green+Blue) = 217+82+183=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D952B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D952B7 is #26AD48. Grayscale: #858585. Windows color (decimal): -2534729 or 12014297. OLE color: 12014297.

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

Color convert

RGB 217 82 183 -
CMYK 0 0.62 0.16 0.15
HSL 315.11º 0.64% 0.59% -
HSV(B) 315.11º 0.62% 0.85% -
XYZ 40.18 24.21 47.35 -
YUV 133.88 155.73 187.29 -
System Red Green Blue C M Y K H S L
Decimal 217 82 183 0 0.62 0.16 0.15 315.11 0.64 0.59
Hex D9 52 B7 0 3E 10 F 13B 40 3B
Octal 331 122 267 0 76 20 17 473 100 73
Binary 11011001 1010010 10110111 0 111110 10000 1111 100111011 1000000 111011

Color Harmonies of #D952B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D952B7

Black with #D952B7

Text Example


Text Example

White with #D952B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D952B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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