Html Css Color HEX #D53F79 Cranberry

📋 copy color: '#D53F79'

red 213 ◦ green 63 ◦ blue 121

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

Shades of Cranberry #D53F79

Tints of Cranberry #D53F79

RGB

 RED value IS 213 (83.59% from 255) = 53.65%

 GREEN value IS 63 (25% from 255) = 15.87%

 BLUE value IS 121 (47.66% from 255) = 30.48%

R = 53.65%
G = 15.87%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D53F79 (or 0xD53F79) is known color: Cranberry. HEX triplet: D5, 3F and 79. RGB value is (213,63,121). Sum of RGB (Red+Green+Blue) = 213+63+121=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53F79 is #2AC086. Grayscale: #727272. Windows color (decimal): -2801799 or 7946197. OLE color: 7946197.

HSL color Cylindrical-coordinate representation of color #D53F79: hue angle of 336.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53F79 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 63 121 -
CMYK 0 0.70 0.43 0.16
HSL 336.8º 0.64% 0.54% -
HSV(B) 336.8º 0.7% 0.84% -
XYZ 32.67 19.08 20.05 -
YUV 114.46 131.7 198.28 -
System Red Green Blue C M Y K H S L
Decimal 213 63 121 0 0.70 0.43 0.16 336.8 0.64 0.54
Hex D5 3F 79 0 46 2B 10 151 40 36
Octal 325 77 171 0 106 53 20 521 100 66
Binary 11010101 111111 1111001 0 1000110 101011 10000 101010001 1000000 110110

Color Harmonies of #D53F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F79

Black with #D53F79

Text Example


Text Example

White with #D53F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F79; }

 p { color: rgb(213,63,121); }

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

background-color css

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

 a { background-color: rgb(213,63,121); }

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

border-color css

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

 span { border-color: rgb(213,63,121); }

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