Html Css Color HEX #DE42BC Fuchsia

📋 copy color: '#DE42BC'

red 222 ◦ green 66 ◦ blue 188

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

Shades of Fuchsia #DE42BC

Tints of Fuchsia #DE42BC

RGB

 RED value IS 222 (87.11% from 255) = 46.64%

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

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

R = 46.64%
G = 13.87%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DE42BC (or 0xDE42BC) is known color: Fuchsia. HEX triplet: DE, 42 and BC. RGB value is (222,66,188). Sum of RGB (Red+Green+Blue) = 222+66+188=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DE42BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE42BC is #21BD43. Grayscale: #7E7E7E. Windows color (decimal): -2211140 or 12337886. OLE color: 12337886.

HSL color Cylindrical-coordinate representation of color #DE42BC: hue angle of 313.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE42BC is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 66 188 -
CMYK 0 0.70 0.15 0.13
HSL 313.08º 0.7% 0.56% -
HSV(B) 313.08º 0.7% 0.87% -
XYZ 41.15 23.06 49.86 -
YUV 126.55 162.68 196.08 -
System Red Green Blue C M Y K H S L
Decimal 222 66 188 0 0.70 0.15 0.13 313.08 0.7 0.56
Hex DE 42 BC 0 46 F D 139 46 38
Octal 336 102 274 0 106 17 15 471 106 70
Binary 11011110 1000010 10111100 0 1000110 1111 1101 100111001 1000110 111000

Color Harmonies of #DE42BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE42BC

Black with #DE42BC

Text Example


Text Example

White with #DE42BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE42BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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