Html Css Color HEX #D852B2 Fuchsia

📋 copy color: '#D852B2'

red 216 ◦ green 82 ◦ blue 178

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

Shades of Fuchsia #D852B2

Tints of Fuchsia #D852B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.39%

R = 45.38%
G = 17.23%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D852B2 (or 0xD852B2) is known color: Fuchsia. HEX triplet: D8, 52 and B2. RGB value is (216,82,178). Sum of RGB (Red+Green+Blue) = 216+82+178=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D852B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D852B2 is #27AD4D. Grayscale: #848484. Windows color (decimal): -2600270 or 11686616. OLE color: 11686616.

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

Color convert

RGB 216 82 178 -
CMYK 0 0.62 0.18 0.15
HSL 317.01º 0.63% 0.58% -
HSV(B) 317.01º 0.62% 0.85% -
XYZ 39.37 23.85 44.65 -
YUV 133.01 153.39 187.19 -
System Red Green Blue C M Y K H S L
Decimal 216 82 178 0 0.62 0.18 0.15 317.01 0.63 0.58
Hex D8 52 B2 0 3E 12 F 13D 3F 3A
Octal 330 122 262 0 76 22 17 475 77 72
Binary 11011000 1010010 10110010 0 111110 10010 1111 100111101 111111 111010

Color Harmonies of #D852B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D852B2

Black with #D852B2

Text Example


Text Example

White with #D852B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D852B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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