Html Css Color HEX #D4379C Deep Cerise

📋 copy color: '#D4379C'

red 212 ◦ green 55 ◦ blue 156

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

Shades of Deep Cerise #D4379C

Tints of Deep Cerise #D4379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.88%

R = 50.12%
G = 13%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4379C (or 0xD4379C) is known color: Deep Cerise. HEX triplet: D4, 37 and 9C. RGB value is (212,55,156). Sum of RGB (Red+Green+Blue) = 212+55+156=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4379C is #2BC863. Grayscale: #717171. Windows color (decimal): -2869348 or 10237908. OLE color: 10237908.

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

Color convert

RGB 212 55 156 -
CMYK 0 0.74 0.26 0.17
HSL 321.4º 0.65% 0.52% -
HSV(B) 321.4º 0.74% 0.83% -
XYZ 34.52 19.13 33.33 -
YUV 113.46 152.01 198.29 -
System Red Green Blue C M Y K H S L
Decimal 212 55 156 0 0.74 0.26 0.17 321.4 0.65 0.52
Hex D4 37 9C 0 4A 1A 11 141 41 34
Octal 324 67 234 0 112 32 21 501 101 64
Binary 11010100 110111 10011100 0 1001010 11010 10001 101000001 1000001 110100

Color Harmonies of #D4379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4379C

Black with #D4379C

Text Example


Text Example

White with #D4379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4379C; }

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

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

background-color css

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

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

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

border-color css

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

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

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