Html Css Color HEX #D44D73 Cranberry

📋 copy color: '#D44D73'

red 212 ◦ green 77 ◦ blue 115

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

Shades of Cranberry #D44D73

Tints of Cranberry #D44D73

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.06%

 BLUE value IS 115 (45.31% from 255) = 28.47%

R = 52.48%
G = 19.06%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D44D73 (or 0xD44D73) is known color: Cranberry. HEX triplet: D4, 4D and 73. RGB value is (212,77,115). Sum of RGB (Red+Green+Blue) = 212+77+115=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44D73 is #2BB28C. Grayscale: #797979. Windows color (decimal): -2863757 or 7556564. OLE color: 7556564.

HSL color Cylindrical-coordinate representation of color #D44D73: hue angle of 343.11º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44D73 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 77 115 -
CMYK 0 0.64 0.46 0.17
HSL 343.11º 0.61% 0.57% -
HSV(B) 343.11º 0.64% 0.83% -
XYZ 32.9 20.54 18.45 -
YUV 121.7 124.23 192.41 -
System Red Green Blue C M Y K H S L
Decimal 212 77 115 0 0.64 0.46 0.17 343.11 0.61 0.57
Hex D4 4D 73 0 40 2E 11 157 3D 39
Octal 324 115 163 0 100 56 21 527 75 71
Binary 11010100 1001101 1110011 0 1000000 101110 10001 101010111 111101 111001

Color Harmonies of #D44D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44D73

Black with #D44D73

Text Example


Text Example

White with #D44D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44D73; }

 p { color: rgb(212,77,115); }

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

background-color css

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

 a { background-color: rgb(212,77,115); }

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

border-color css

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

 span { border-color: rgb(212,77,115); }

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