Html Css Color HEX #D44164 Cerise

📋 copy color: '#D44164'

red 212 ◦ green 65 ◦ blue 100

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

Shades of Cerise #D44164

Tints of Cerise #D44164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.53%

R = 56.23%
G = 17.24%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D44164 (or 0xD44164) is known color: Cerise. HEX triplet: D4, 41 and 64. RGB value is (212,65,100). Sum of RGB (Red+Green+Blue) = 212+65+100=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D44164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44164 is #2BBE9B. Grayscale: #707070. Windows color (decimal): -2866844 or 6570452. OLE color: 6570452.

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

Color convert

RGB 212 65 100 -
CMYK 0 0.69 0.53 0.17
HSL 345.71º 0.63% 0.54% -
HSV(B) 345.71º 0.69% 0.83% -
XYZ 31.34 18.7 14.01 -
YUV 112.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 212 65 100 0 0.69 0.53 0.17 345.71 0.63 0.54
Hex D4 41 64 0 45 35 11 15A 3F 36
Octal 324 101 144 0 105 65 21 532 77 66
Binary 11010100 1000001 1100100 0 1000101 110101 10001 101011010 111111 110110

Color Harmonies of #D44164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44164

Black with #D44164

Text Example


Text Example

White with #D44164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44164; }

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

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

background-color css

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

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

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

border-color css

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

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

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