Html Css Color HEX #D43896 Deep Cerise

📋 copy color: '#D43896'

red 212 ◦ green 56 ◦ blue 150

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

Shades of Deep Cerise #D43896

Tints of Deep Cerise #D43896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.4%

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

R = 50.72%
G = 13.4%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D43896 (or 0xD43896) is known color: Deep Cerise. HEX triplet: D4, 38 and 96. RGB value is (212,56,150). Sum of RGB (Red+Green+Blue) = 212+56+150=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D43896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43896 is #2BC769. Grayscale: #717171. Windows color (decimal): -2869098 or 9844948. OLE color: 9844948.

HSL color Cylindrical-coordinate representation of color #D43896: hue angle of 323.85º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D43896 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 56 150 -
CMYK 0 0.74 0.29 0.17
HSL 323.85º 0.64% 0.53% -
HSV(B) 323.85º 0.74% 0.83% -
XYZ 34.07 19.03 30.73 -
YUV 113.36 148.68 198.36 -
System Red Green Blue C M Y K H S L
Decimal 212 56 150 0 0.74 0.29 0.17 323.85 0.64 0.53
Hex D4 38 96 0 4A 1D 11 144 40 35
Octal 324 70 226 0 112 35 21 504 100 65
Binary 11010100 111000 10010110 0 1001010 11101 10001 101000100 1000000 110101

Color Harmonies of #D43896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43896

Black with #D43896

Text Example


Text Example

White with #D43896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43896; }

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

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

background-color css

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

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

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

border-color css

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

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

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