Html Css Color HEX #D4316B Cerise

📋 copy color: '#D4316B'

red 212 ◦ green 49 ◦ blue 107

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

Shades of Cerise #D4316B

Tints of Cerise #D4316B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.08%

R = 57.61%
G = 13.32%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4316B (or 0xD4316B) is known color: Cerise. HEX triplet: D4, 31 and 6B. RGB value is (212,49,107). Sum of RGB (Red+Green+Blue) = 212+49+107=368 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.61% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 212 - color contains mainly: red. Hex color #D4316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4316B is #2BCE94. Grayscale: #686868. Windows color (decimal): -2870933 or 7025108. OLE color: 7025108.

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

Color convert

RGB 212 49 107 -
CMYK 0 0.77 0.50 0.17
HSL 338.65º 0.65% 0.51% -
HSV(B) 338.65º 0.77% 0.83% -
XYZ 30.9 17.26 15.61 -
YUV 104.35 129.5 204.78 -
System Red Green Blue C M Y K H S L
Decimal 212 49 107 0 0.77 0.50 0.17 338.65 0.65 0.51
Hex D4 31 6B 0 4D 32 11 153 41 33
Octal 324 61 153 0 115 62 21 523 101 63
Binary 11010100 110001 1101011 0 1001101 110010 10001 101010011 1000001 110011

Color Harmonies of #D4316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4316B

Black with #D4316B

Text Example


Text Example

White with #D4316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4316B; }

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

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

background-color css

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

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

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

border-color css

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

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

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