Html Css Color HEX #D852B4 Fuchsia

📋 copy color: '#D852B4'

red 216 ◦ green 82 ◦ blue 180

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

Shades of Fuchsia #D852B4

Tints of Fuchsia #D852B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.66%

R = 45.19%
G = 17.15%
B = 37.66%

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

#D852B4 (or 0xD852B4) is known color: Fuchsia. HEX triplet: D8, 52 and B4. RGB value is (216,82,180). Sum of RGB (Red+Green+Blue) = 216+82+180=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D852B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D852B4 is #27AD4B. Grayscale: #848484. Windows color (decimal): -2600268 or 11817688. OLE color: 11817688.

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

Color convert

RGB 216 82 180 -
CMYK 0 0.62 0.17 0.15
HSL 316.12º 0.63% 0.58% -
HSV(B) 316.12º 0.62% 0.85% -
XYZ 39.57 23.93 45.71 -
YUV 133.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 216 82 180 0 0.62 0.17 0.15 316.12 0.63 0.58
Hex D8 52 B4 0 3E 11 F 13C 3F 3A
Octal 330 122 264 0 76 21 17 474 77 72
Binary 11011000 1010010 10110100 0 111110 10001 1111 100111100 111111 111010

Color Harmonies of #D852B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D852B4

Black with #D852B4

Text Example


Text Example

White with #D852B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D852B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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