Html Css Color HEX #D43078 Deep Cerise

📋 copy color: '#D43078'

red 212 ◦ green 48 ◦ blue 120

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

Shades of Deep Cerise #D43078

Tints of Deep Cerise #D43078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.58%

R = 55.79%
G = 12.63%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D43078 (or 0xD43078) is known color: Deep Cerise. HEX triplet: D4, 30 and 78. RGB value is (212,48,120). Sum of RGB (Red+Green+Blue) = 212+48+120=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D43078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43078 is #2BCF87. Grayscale: #696969. Windows color (decimal): -2871176 or 7876820. OLE color: 7876820.

HSL color Cylindrical-coordinate representation of color #D43078: hue angle of 333.66º 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 #D43078 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 48 120 -
CMYK 0 0.77 0.43 0.17
HSL 333.66º 0.66% 0.51% -
HSV(B) 333.66º 0.77% 0.83% -
XYZ 31.6 17.47 19.48 -
YUV 105.24 136.33 204.15 -
System Red Green Blue C M Y K H S L
Decimal 212 48 120 0 0.77 0.43 0.17 333.66 0.66 0.51
Hex D4 30 78 0 4D 2B 11 14E 42 33
Octal 324 60 170 0 115 53 21 516 102 63
Binary 11010100 110000 1111000 0 1001101 101011 10001 101001110 1000010 110011

Color Harmonies of #D43078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43078

Black with #D43078

Text Example


Text Example

White with #D43078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43078; }

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

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

background-color css

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

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

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

border-color css

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

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

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