Html Css Color HEX #D4379E Deep Cerise

📋 copy color: '#D4379E'

red 212 ◦ green 55 ◦ blue 158

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

Shades of Deep Cerise #D4379E

Tints of Deep Cerise #D4379E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.18%

R = 49.88%
G = 12.94%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D4379E (or 0xD4379E) is known color: Deep Cerise. HEX triplet: D4, 37 and 9E. RGB value is (212,55,158). Sum of RGB (Red+Green+Blue) = 212+55+158=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D4379E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4379E is #2BC861. Grayscale: #717171. Windows color (decimal): -2869346 or 10368980. OLE color: 10368980.

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

Color convert

RGB 212 55 158 -
CMYK 0 0.74 0.25 0.17
HSL 320.64º 0.65% 0.52% -
HSV(B) 320.64º 0.74% 0.83% -
XYZ 34.69 19.2 34.23 -
YUV 113.69 153.01 198.12 -
System Red Green Blue C M Y K H S L
Decimal 212 55 158 0 0.74 0.25 0.17 320.64 0.65 0.52
Hex D4 37 9E 0 4A 19 11 141 41 34
Octal 324 67 236 0 112 31 21 501 101 64
Binary 11010100 110111 10011110 0 1001010 11001 10001 101000001 1000001 110100

Color Harmonies of #D4379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4379E

Black with #D4379E

Text Example


Text Example

White with #D4379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4379E; }

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

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

background-color css

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

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

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

border-color css

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

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

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