Html Css Color HEX #D53F70 Cranberry

📋 copy color: '#D53F70'

red 213 ◦ green 63 ◦ blue 112

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

Shades of Cranberry #D53F70

Tints of Cranberry #D53F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.87%

R = 54.9%
G = 16.24%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D53F70 (or 0xD53F70) is known color: Cranberry. HEX triplet: D5, 3F and 70. RGB value is (213,63,112). Sum of RGB (Red+Green+Blue) = 213+63+112=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53F70 is #2AC08F. Grayscale: #717171. Windows color (decimal): -2801808 or 7356373. OLE color: 7356373.

HSL color Cylindrical-coordinate representation of color #D53F70: hue angle of 340.4º 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 #D53F70 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 63 112 -
CMYK 0 0.70 0.47 0.16
HSL 340.4º 0.64% 0.54% -
HSV(B) 340.4º 0.7% 0.84% -
XYZ 32.14 18.87 17.28 -
YUV 113.44 127.2 199.02 -
System Red Green Blue C M Y K H S L
Decimal 213 63 112 0 0.70 0.47 0.16 340.4 0.64 0.54
Hex D5 3F 70 0 46 2F 10 154 40 36
Octal 325 77 160 0 106 57 20 524 100 66
Binary 11010101 111111 1110000 0 1000110 101111 10000 101010100 1000000 110110

Color Harmonies of #D53F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F70

Black with #D53F70

Text Example


Text Example

White with #D53F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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