Html Css Color HEX #D4316C Cerise

📋 copy color: '#D4316C'

red 212 ◦ green 49 ◦ blue 108

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

Shades of Cerise #D4316C

Tints of Cerise #D4316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 57.45%
G = 13.28%
B = 29.27%

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

#D4316C (or 0xD4316C) is known color: Cerise. HEX triplet: D4, 31 and 6C. RGB value is (212,49,108). Sum of RGB (Red+Green+Blue) = 212+49+108=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D4316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4316C is #2BCE93. Grayscale: #686868. Windows color (decimal): -2870932 or 7090644. OLE color: 7090644.

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

Color convert

RGB 212 49 108 -
CMYK 0 0.77 0.49 0.17
HSL 338.28º 0.65% 0.51% -
HSV(B) 338.28º 0.77% 0.83% -
XYZ 30.96 17.28 15.89 -
YUV 104.46 130 204.7 -
System Red Green Blue C M Y K H S L
Decimal 212 49 108 0 0.77 0.49 0.17 338.28 0.65 0.51
Hex D4 31 6C 0 4D 31 11 152 41 33
Octal 324 61 154 0 115 61 21 522 101 63
Binary 11010100 110001 1101100 0 1001101 110001 10001 101010010 1000001 110011

Color Harmonies of #D4316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4316C

Black with #D4316C

Text Example


Text Example

White with #D4316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4316C; }

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

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

background-color css

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

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

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

border-color css

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

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

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