Html Css Color HEX #D4378E Deep Cerise

📋 copy color: '#D4378E'

red 212 ◦ green 55 ◦ blue 142

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

Shades of Deep Cerise #D4378E

Tints of Deep Cerise #D4378E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.45%

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

R = 51.83%
G = 13.45%
B = 34.72%

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

#D4378E (or 0xD4378E) is known color: Deep Cerise. HEX triplet: D4, 37 and 8E. RGB value is (212,55,142). Sum of RGB (Red+Green+Blue) = 212+55+142=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D4378E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4378E is #2BC871. Grayscale: #6F6F6F. Windows color (decimal): -2869362 or 9320404. OLE color: 9320404.

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

Color convert

RGB 212 55 142 -
CMYK 0 0.74 0.33 0.17
HSL 326.75º 0.65% 0.52% -
HSV(B) 326.75º 0.74% 0.83% -
XYZ 33.4 18.68 27.44 -
YUV 111.86 145.01 199.43 -
System Red Green Blue C M Y K H S L
Decimal 212 55 142 0 0.74 0.33 0.17 326.75 0.65 0.52
Hex D4 37 8E 0 4A 21 11 147 41 34
Octal 324 67 216 0 112 41 21 507 101 64
Binary 11010100 110111 10001110 0 1001010 100001 10001 101000111 1000001 110100

Color Harmonies of #D4378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4378E

Black with #D4378E

Text Example


Text Example

White with #D4378E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4378E; }

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

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

background-color css

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

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

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

border-color css

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

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

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