Html Css Color HEX #D4318E Deep Cerise

📋 copy color: '#D4318E'

red 212 ◦ green 49 ◦ blue 142

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

Shades of Deep Cerise #D4318E

Tints of Deep Cerise #D4318E

RGB

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

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

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

R = 52.61%
G = 12.16%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4318E (or 0xD4318E) is known color: Deep Cerise. HEX triplet: D4, 31 and 8E. RGB value is (212,49,142). Sum of RGB (Red+Green+Blue) = 212+49+142=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D4318E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4318E is #2BCE71. Grayscale: #6C6C6C. Windows color (decimal): -2870898 or 9318868. OLE color: 9318868.

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

Color convert

RGB 212 49 142 -
CMYK 0 0.77 0.33 0.17
HSL 325.77º 0.65% 0.51% -
HSV(B) 325.77º 0.77% 0.83% -
XYZ 33.13 18.15 27.35 -
YUV 108.34 147 201.94 -
System Red Green Blue C M Y K H S L
Decimal 212 49 142 0 0.77 0.33 0.17 325.77 0.65 0.51
Hex D4 31 8E 0 4D 21 11 146 41 33
Octal 324 61 216 0 115 41 21 506 101 63
Binary 11010100 110001 10001110 0 1001101 100001 10001 101000110 1000001 110011

Color Harmonies of #D4318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4318E

Black with #D4318E

Text Example


Text Example

White with #D4318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4318E; }

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

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

background-color css

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

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

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

border-color css

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

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

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