Html Css Color HEX #D43076 Deep Cerise

📋 copy color: '#D43076'

red 212 ◦ green 48 ◦ blue 118

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

Shades of Deep Cerise #D43076

Tints of Deep Cerise #D43076

RGB

 RED value IS 212 (83.2% from 255) = 56.08%

 GREEN value IS 48 (19.14% from 255) = 12.7%

 BLUE value IS 118 (46.48% from 255) = 31.22%

R = 56.08%
G = 12.7%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D43076 (or 0xD43076) is known color: Deep Cerise. HEX triplet: D4, 30 and 76. RGB value is (212,48,118). Sum of RGB (Red+Green+Blue) = 212+48+118=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D43076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43076 is #2BCF89. Grayscale: #686868. Windows color (decimal): -2871178 or 7745748. OLE color: 7745748.

HSL color Cylindrical-coordinate representation of color #D43076: hue angle of 334.39º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43076 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 48 118 -
CMYK 0 0.77 0.44 0.17
HSL 334.39º 0.66% 0.51% -
HSV(B) 334.39º 0.77% 0.83% -
XYZ 31.48 17.42 18.84 -
YUV 105.02 135.33 204.31 -
System Red Green Blue C M Y K H S L
Decimal 212 48 118 0 0.77 0.44 0.17 334.39 0.66 0.51
Hex D4 30 76 0 4D 2C 11 14E 42 33
Octal 324 60 166 0 115 54 21 516 102 63
Binary 11010100 110000 1110110 0 1001101 101100 10001 101001110 1000010 110011

Color Harmonies of #D43076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43076

Black with #D43076

Text Example


Text Example

White with #D43076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43076; }

 p { color: rgb(212,48,118); }

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

background-color css

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

 a { background-color: rgb(212,48,118); }

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

border-color css

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

 span { border-color: rgb(212,48,118); }

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