Html Css Color HEX #D852C2 Fuchsia

📋 copy color: '#D852C2'

red 216 ◦ green 82 ◦ blue 194

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

Shades of Fuchsia #D852C2

Tints of Fuchsia #D852C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.43%

R = 43.9%
G = 16.67%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D852C2 (or 0xD852C2) is known color: Fuchsia. HEX triplet: D8, 52 and C2. RGB value is (216,82,194). Sum of RGB (Red+Green+Blue) = 216+82+194=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D852C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D852C2 is #27AD3D. Grayscale: #868686. Windows color (decimal): -2600254 or 12735192. OLE color: 12735192.

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

Color convert

RGB 216 82 194 -
CMYK 0 0.62 0.10 0.15
HSL 309.85º 0.63% 0.58% -
HSV(B) 309.85º 0.62% 0.85% -
XYZ 41.07 24.53 53.61 -
YUV 134.83 161.39 185.89 -
System Red Green Blue C M Y K H S L
Decimal 216 82 194 0 0.62 0.10 0.15 309.85 0.63 0.58
Hex D8 52 C2 0 3E A F 136 3F 3A
Octal 330 122 302 0 76 12 17 466 77 72
Binary 11011000 1010010 11000010 0 111110 1010 1111 100110110 111111 111010

Color Harmonies of #D852C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D852C2

Black with #D852C2

Text Example


Text Example

White with #D852C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D852C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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