Html Css Color HEX #D43096 Deep Cerise

📋 copy color: '#D43096'

red 212 ◦ green 48 ◦ blue 150

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

Shades of Deep Cerise #D43096

Tints of Deep Cerise #D43096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.59%

R = 51.71%
G = 11.71%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D43096 (or 0xD43096) is known color: Deep Cerise. HEX triplet: D4, 30 and 96. RGB value is (212,48,150). Sum of RGB (Red+Green+Blue) = 212+48+150=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D43096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43096 is #2BCF69. Grayscale: #6C6C6C. Windows color (decimal): -2871146 or 9842900. OLE color: 9842900.

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

Color convert

RGB 212 48 150 -
CMYK 0 0.77 0.29 0.17
HSL 322.68º 0.66% 0.51% -
HSV(B) 322.68º 0.77% 0.83% -
XYZ 33.71 18.31 30.61 -
YUV 108.66 151.33 201.71 -
System Red Green Blue C M Y K H S L
Decimal 212 48 150 0 0.77 0.29 0.17 322.68 0.66 0.51
Hex D4 30 96 0 4D 1D 11 143 42 33
Octal 324 60 226 0 115 35 21 503 102 63
Binary 11010100 110000 10010110 0 1001101 11101 10001 101000011 1000010 110011

Color Harmonies of #D43096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43096

Black with #D43096

Text Example


Text Example

White with #D43096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43096; }

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

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

background-color css

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

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

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

border-color css

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

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

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