Html Css Color HEX #D842C0 Fuchsia

📋 copy color: '#D842C0'

red 216 ◦ green 66 ◦ blue 192

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

Shades of Fuchsia #D842C0

Tints of Fuchsia #D842C0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.92%

 BLUE value IS 192 (75.39% from 255) = 40.51%

R = 45.57%
G = 13.92%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D842C0 (or 0xD842C0) is known color: Fuchsia. HEX triplet: D8, 42 and C0. RGB value is (216,66,192). Sum of RGB (Red+Green+Blue) = 216+66+192=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D842C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D842C0 is #27BD3F. Grayscale: #7C7C7C. Windows color (decimal): -2604352 or 12600024. OLE color: 12600024.

HSL color Cylindrical-coordinate representation of color #D842C0: hue angle of 309.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D842C0 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 66 192 -
CMYK 0 0.69 0.11 0.15
HSL 309.6º 0.66% 0.55% -
HSV(B) 309.6º 0.69% 0.85% -
XYZ 39.78 22.3 52.08 -
YUV 125.21 165.7 192.75 -
System Red Green Blue C M Y K H S L
Decimal 216 66 192 0 0.69 0.11 0.15 309.6 0.66 0.55
Hex D8 42 C0 0 45 B F 136 42 37
Octal 330 102 300 0 105 13 17 466 102 67
Binary 11011000 1000010 11000000 0 1000101 1011 1111 100110110 1000010 110111

Color Harmonies of #D842C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D842C0

Black with #D842C0

Text Example


Text Example

White with #D842C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D842C0; }

 p { color: rgb(216,66,192); }

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

background-color css

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

 a { background-color: rgb(216,66,192); }

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

border-color css

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

 span { border-color: rgb(216,66,192); }

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