Html Css Color HEX #D952B5 Fuchsia

📋 copy color: '#D952B5'

red 217 ◦ green 82 ◦ blue 181

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

Shades of Fuchsia #D952B5

Tints of Fuchsia #D952B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.71%

R = 45.21%
G = 17.08%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D952B5 (or 0xD952B5) is known color: Fuchsia. HEX triplet: D9, 52 and B5. RGB value is (217,82,181). Sum of RGB (Red+Green+Blue) = 217+82+181=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D952B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D952B5 is #26AD4A. Grayscale: #858585. Windows color (decimal): -2534731 or 11883225. OLE color: 11883225.

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

Color convert

RGB 217 82 181 -
CMYK 0 0.62 0.17 0.15
HSL 316º 0.64% 0.59% -
HSV(B) 316º 0.62% 0.85% -
XYZ 39.97 24.12 46.27 -
YUV 133.65 154.73 187.45 -
System Red Green Blue C M Y K H S L
Decimal 217 82 181 0 0.62 0.17 0.15 316 0.64 0.59
Hex D9 52 B5 0 3E 11 F 13C 40 3B
Octal 331 122 265 0 76 21 17 474 100 73
Binary 11011001 1010010 10110101 0 111110 10001 1111 100111100 1000000 111011

Color Harmonies of #D952B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D952B5

Black with #D952B5

Text Example


Text Example

White with #D952B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D952B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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