Html Css Color HEX #D53D72 Cranberry

📋 copy color: '#D53D72'

red 213 ◦ green 61 ◦ blue 114

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

Shades of Cranberry #D53D72

Tints of Cranberry #D53D72

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.72%

 BLUE value IS 114 (44.92% from 255) = 29.38%

R = 54.9%
G = 15.72%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D53D72 (or 0xD53D72) is known color: Cranberry. HEX triplet: D5, 3D and 72. RGB value is (213,61,114). Sum of RGB (Red+Green+Blue) = 213+61+114=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D72 is #2AC28D. Grayscale: #707070. Windows color (decimal): -2802318 or 7486933. OLE color: 7486933.

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

Color convert

RGB 213 61 114 -
CMYK 0 0.71 0.46 0.16
HSL 339.08º 0.64% 0.54% -
HSV(B) 339.08º 0.71% 0.84% -
XYZ 32.15 18.7 17.83 -
YUV 112.49 128.86 199.69 -
System Red Green Blue C M Y K H S L
Decimal 213 61 114 0 0.71 0.46 0.16 339.08 0.64 0.54
Hex D5 3D 72 0 47 2E 10 153 40 36
Octal 325 75 162 0 107 56 20 523 100 66
Binary 11010101 111101 1110010 0 1000111 101110 10000 101010011 1000000 110110

Color Harmonies of #D53D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D72

Black with #D53D72

Text Example


Text Example

White with #D53D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D72; }

 p { color: rgb(213,61,114); }

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

background-color css

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

 a { background-color: rgb(213,61,114); }

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

border-color css

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

 span { border-color: rgb(213,61,114); }

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