Html Css Color HEX #D952B9 Fuchsia

📋 copy color: '#D952B9'

red 217 ◦ green 82 ◦ blue 185

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

Shades of Fuchsia #D952B9

Tints of Fuchsia #D952B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.22%

R = 44.83%
G = 16.94%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D952B9 (or 0xD952B9) is known color: Fuchsia. HEX triplet: D9, 52 and B9. RGB value is (217,82,185). Sum of RGB (Red+Green+Blue) = 217+82+185=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D952B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D952B9 is #26AD46. Grayscale: #858585. Windows color (decimal): -2534727 or 12145369. OLE color: 12145369.

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

Color convert

RGB 217 82 185 -
CMYK 0 0.62 0.15 0.15
HSL 314.22º 0.64% 0.59% -
HSV(B) 314.22º 0.62% 0.85% -
XYZ 40.39 24.29 48.46 -
YUV 134.11 156.73 187.12 -
System Red Green Blue C M Y K H S L
Decimal 217 82 185 0 0.62 0.15 0.15 314.22 0.64 0.59
Hex D9 52 B9 0 3E F F 13A 40 3B
Octal 331 122 271 0 76 17 17 472 100 73
Binary 11011001 1010010 10111001 0 111110 1111 1111 100111010 1000000 111011

Color Harmonies of #D952B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D952B9

Black with #D952B9

Text Example


Text Example

White with #D952B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D952B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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