Html Css Color HEX #D44160 Cerise

📋 copy color: '#D44160'

red 212 ◦ green 65 ◦ blue 96

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

Shades of Cerise #D44160

Tints of Cerise #D44160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.43%

 BLUE value IS 96 (37.89% from 255) = 25.74%

R = 56.84%
G = 17.43%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D44160 (or 0xD44160) is known color: Cerise. HEX triplet: D4, 41 and 60. RGB value is (212,65,96). Sum of RGB (Red+Green+Blue) = 212+65+96=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D44160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44160 is #2BBE9F. Grayscale: #707070. Windows color (decimal): -2866848 or 6308308. OLE color: 6308308.

HSL color Cylindrical-coordinate representation of color #D44160: hue angle of 347.35º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D44160 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 65 96 -
CMYK 0 0.69 0.55 0.17
HSL 347.35º 0.63% 0.54% -
HSV(B) 347.35º 0.69% 0.83% -
XYZ 31.15 18.62 13.02 -
YUV 112.49 118.7 198.98 -
System Red Green Blue C M Y K H S L
Decimal 212 65 96 0 0.69 0.55 0.17 347.35 0.63 0.54
Hex D4 41 60 0 45 37 11 15B 3F 36
Octal 324 101 140 0 105 67 21 533 77 66
Binary 11010100 1000001 1100000 0 1000101 110111 10001 101011011 111111 110110

Color Harmonies of #D44160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44160

Black with #D44160

Text Example


Text Example

White with #D44160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44160; }

 p { color: rgb(212,65,96); }

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

background-color css

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

 a { background-color: rgb(212,65,96); }

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

border-color css

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

 span { border-color: rgb(212,65,96); }

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