Html Css Color HEX #D852B9 Fuchsia

📋 copy color: '#D852B9'

red 216 ◦ green 82 ◦ blue 185

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

Shades of Fuchsia #D852B9

Tints of Fuchsia #D852B9

RGB

 RED value IS 216 (84.77% from 255) = 44.72%

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

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

R = 44.72%
G = 16.98%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D852B9 (or 0xD852B9) is known color: Fuchsia. HEX triplet: D8, 52 and B9. RGB value is (216,82,185). Sum of RGB (Red+Green+Blue) = 216+82+185=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D852B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D852B9 is #27AD46. Grayscale: #858585. Windows color (decimal): -2600263 or 12145368. OLE color: 12145368.

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

Color convert

RGB 216 82 185 -
CMYK 0 0.62 0.14 0.15
HSL 313.88º 0.63% 0.58% -
HSV(B) 313.88º 0.62% 0.85% -
XYZ 40.09 24.14 48.44 -
YUV 133.81 156.89 186.62 -
System Red Green Blue C M Y K H S L
Decimal 216 82 185 0 0.62 0.14 0.15 313.88 0.63 0.58
Hex D8 52 B9 0 3E E F 13A 3F 3A
Octal 330 122 271 0 76 16 17 472 77 72
Binary 11011000 1010010 10111001 0 111110 1110 1111 100111010 111111 111010

Color Harmonies of #D852B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D852B9

Black with #D852B9

Text Example


Text Example

White with #D852B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D852B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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