Html Css Color HEX #D4316D Cerise

📋 copy color: '#D4316D'

red 212 ◦ green 49 ◦ blue 109

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

Shades of Cerise #D4316D

Tints of Cerise #D4316D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.46%

R = 57.3%
G = 13.24%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4316D (or 0xD4316D) is known color: Cerise. HEX triplet: D4, 31 and 6D. RGB value is (212,49,109). Sum of RGB (Red+Green+Blue) = 212+49+109=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D4316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4316D is #2BCE92. Grayscale: #686868. Windows color (decimal): -2870931 or 7156180. OLE color: 7156180.

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

Color convert

RGB 212 49 109 -
CMYK 0 0.77 0.49 0.17
HSL 337.91º 0.65% 0.51% -
HSV(B) 337.91º 0.77% 0.83% -
XYZ 31.01 17.3 16.17 -
YUV 104.58 130.5 204.62 -
System Red Green Blue C M Y K H S L
Decimal 212 49 109 0 0.77 0.49 0.17 337.91 0.65 0.51
Hex D4 31 6D 0 4D 31 11 152 41 33
Octal 324 61 155 0 115 61 21 522 101 63
Binary 11010100 110001 1101101 0 1001101 110001 10001 101010010 1000001 110011

Color Harmonies of #D4316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4316D

Black with #D4316D

Text Example


Text Example

White with #D4316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4316D; }

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

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

background-color css

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

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

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

border-color css

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

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

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