Html Css Color HEX #D842BC Fuchsia

📋 copy color: '#D842BC'

red 216 ◦ green 66 ◦ blue 188

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

Shades of Fuchsia #D842BC

Tints of Fuchsia #D842BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40%

R = 45.96%
G = 14.04%
B = 40%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D842BC (or 0xD842BC) is known color: Fuchsia. HEX triplet: D8, 42 and BC. RGB value is (216,66,188). Sum of RGB (Red+Green+Blue) = 216+66+188=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D842BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D842BC is #27BD43. Grayscale: #7C7C7C. Windows color (decimal): -2604356 or 12337880. OLE color: 12337880.

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

Color convert

RGB 216 66 188 -
CMYK 0 0.69 0.13 0.15
HSL 311.2º 0.66% 0.55% -
HSV(B) 311.2º 0.69% 0.85% -
XYZ 39.34 22.13 49.77 -
YUV 124.76 163.7 193.08 -
System Red Green Blue C M Y K H S L
Decimal 216 66 188 0 0.69 0.13 0.15 311.2 0.66 0.55
Hex D8 42 BC 0 45 D F 137 42 37
Octal 330 102 274 0 105 15 17 467 102 67
Binary 11011000 1000010 10111100 0 1000101 1101 1111 100110111 1000010 110111

Color Harmonies of #D842BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D842BC

Black with #D842BC

Text Example


Text Example

White with #D842BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D842BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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