Html Css Color HEX #D852B0 Fuchsia

📋 copy color: '#D852B0'

red 216 ◦ green 82 ◦ blue 176

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

Shades of Fuchsia #D852B0

Tints of Fuchsia #D852B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.13%

R = 45.57%
G = 17.3%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D852B0 (or 0xD852B0) is known color: Fuchsia. HEX triplet: D8, 52 and B0. RGB value is (216,82,176). Sum of RGB (Red+Green+Blue) = 216+82+176=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D852B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D852B0 is #27AD4F. Grayscale: #848484. Windows color (decimal): -2600272 or 11555544. OLE color: 11555544.

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

Color convert

RGB 216 82 176 -
CMYK 0 0.62 0.19 0.15
HSL 317.91º 0.63% 0.58% -
HSV(B) 317.91º 0.62% 0.85% -
XYZ 39.17 23.77 43.6 -
YUV 132.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 216 82 176 0 0.62 0.19 0.15 317.91 0.63 0.58
Hex D8 52 B0 0 3E 13 F 13E 3F 3A
Octal 330 122 260 0 76 23 17 476 77 72
Binary 11011000 1010010 10110000 0 111110 10011 1111 100111110 111111 111010

Color Harmonies of #D852B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D852B0

Black with #D852B0

Text Example


Text Example

White with #D852B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D852B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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