Html Css Color HEX #D4388E Deep Cerise

📋 copy color: '#D4388E'

red 212 ◦ green 56 ◦ blue 142

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

Shades of Deep Cerise #D4388E

Tints of Deep Cerise #D4388E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.63%

R = 51.71%
G = 13.66%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4388E (or 0xD4388E) is known color: Deep Cerise. HEX triplet: D4, 38 and 8E. RGB value is (212,56,142). Sum of RGB (Red+Green+Blue) = 212+56+142=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D4388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4388E is #2BC771. Grayscale: #707070. Windows color (decimal): -2869106 or 9320660. OLE color: 9320660.

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

Color convert

RGB 212 56 142 -
CMYK 0 0.74 0.33 0.17
HSL 326.92º 0.64% 0.53% -
HSV(B) 326.92º 0.74% 0.83% -
XYZ 33.45 18.78 27.45 -
YUV 112.45 144.68 199.01 -
System Red Green Blue C M Y K H S L
Decimal 212 56 142 0 0.74 0.33 0.17 326.92 0.64 0.53
Hex D4 38 8E 0 4A 21 11 147 40 35
Octal 324 70 216 0 112 41 21 507 100 65
Binary 11010100 111000 10001110 0 1001010 100001 10001 101000111 1000000 110101

Color Harmonies of #D4388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4388E

Black with #D4388E

Text Example


Text Example

White with #D4388E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4388E; }

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

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

background-color css

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

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

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

border-color css

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

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

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