Html Css Color HEX #D4319B Deep Cerise

📋 copy color: '#D4319B'

red 212 ◦ green 49 ◦ blue 155

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

Shades of Deep Cerise #D4319B

Tints of Deep Cerise #D4319B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.26%

R = 50.96%
G = 11.78%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4319B (or 0xD4319B) is known color: Deep Cerise. HEX triplet: D4, 31 and 9B. RGB value is (212,49,155). Sum of RGB (Red+Green+Blue) = 212+49+155=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D4319B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4319B is #2BCE64. Grayscale: #6D6D6D. Windows color (decimal): -2870885 or 10170836. OLE color: 10170836.

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

Color convert

RGB 212 49 155 -
CMYK 0 0.77 0.27 0.17
HSL 320.98º 0.65% 0.51% -
HSV(B) 320.98º 0.77% 0.83% -
XYZ 34.17 18.56 32.79 -
YUV 109.82 153.5 200.88 -
System Red Green Blue C M Y K H S L
Decimal 212 49 155 0 0.77 0.27 0.17 320.98 0.65 0.51
Hex D4 31 9B 0 4D 1B 11 141 41 33
Octal 324 61 233 0 115 33 21 501 101 63
Binary 11010100 110001 10011011 0 1001101 11011 10001 101000001 1000001 110011

Color Harmonies of #D4319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4319B

Black with #D4319B

Text Example


Text Example

White with #D4319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4319B; }

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

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

background-color css

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

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

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

border-color css

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

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

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