Html Css Color HEX #D4319C Deep Cerise

📋 copy color: '#D4319C'

red 212 ◦ green 49 ◦ blue 156

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

Shades of Deep Cerise #D4319C

Tints of Deep Cerise #D4319C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.75%

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

R = 50.84%
G = 11.75%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4319C (or 0xD4319C) is known color: Deep Cerise. HEX triplet: D4, 31 and 9C. RGB value is (212,49,156). Sum of RGB (Red+Green+Blue) = 212+49+156=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D4319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4319C is #2BCE63. Grayscale: #6D6D6D. Windows color (decimal): -2870884 or 10236372. OLE color: 10236372.

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

Color convert

RGB 212 49 156 -
CMYK 0 0.77 0.26 0.17
HSL 320.61º 0.65% 0.51% -
HSV(B) 320.61º 0.77% 0.83% -
XYZ 34.25 18.59 33.24 -
YUV 109.94 154 200.8 -
System Red Green Blue C M Y K H S L
Decimal 212 49 156 0 0.77 0.26 0.17 320.61 0.65 0.51
Hex D4 31 9C 0 4D 1A 11 141 41 33
Octal 324 61 234 0 115 32 21 501 101 63
Binary 11010100 110001 10011100 0 1001101 11010 10001 101000001 1000001 110011

Color Harmonies of #D4319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4319C

Black with #D4319C

Text Example


Text Example

White with #D4319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4319C; }

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

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

background-color css

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

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

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

border-color css

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

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

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