Html Css Color HEX #D43161 Cerise

📋 copy color: '#D43161'

red 212 ◦ green 49 ◦ blue 97

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

Shades of Cerise #D43161

Tints of Cerise #D43161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.09%

R = 59.22%
G = 13.69%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D43161 (or 0xD43161) is known color: Cerise. HEX triplet: D4, 31 and 61. RGB value is (212,49,97). Sum of RGB (Red+Green+Blue) = 212+49+97=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D43161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43161 is #2BCE9E. Grayscale: #676767. Windows color (decimal): -2870943 or 6369748. OLE color: 6369748.

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

Color convert

RGB 212 49 97 -
CMYK 0 0.77 0.54 0.17
HSL 342.33º 0.65% 0.51% -
HSV(B) 342.33º 0.77% 0.83% -
XYZ 30.41 17.06 13 -
YUV 103.21 124.5 205.6 -
System Red Green Blue C M Y K H S L
Decimal 212 49 97 0 0.77 0.54 0.17 342.33 0.65 0.51
Hex D4 31 61 0 4D 36 11 156 41 33
Octal 324 61 141 0 115 66 21 526 101 63
Binary 11010100 110001 1100001 0 1001101 110110 10001 101010110 1000001 110011

Color Harmonies of #D43161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43161

Black with #D43161

Text Example


Text Example

White with #D43161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43161; }

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

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

background-color css

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

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

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

border-color css

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

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

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