Html Css Color HEX #D53D77 Cranberry

📋 copy color: '#D53D77'

red 213 ◦ green 61 ◦ blue 119

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

Shades of Cranberry #D53D77

Tints of Cranberry #D53D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.28%

R = 54.2%
G = 15.52%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D53D77 (or 0xD53D77) is known color: Cranberry. HEX triplet: D5, 3D and 77. RGB value is (213,61,119). Sum of RGB (Red+Green+Blue) = 213+61+119=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D77 is #2AC288. Grayscale: #707070. Windows color (decimal): -2802313 or 7814613. OLE color: 7814613.

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

Color convert

RGB 213 61 119 -
CMYK 0 0.71 0.44 0.16
HSL 337.11º 0.64% 0.54% -
HSV(B) 337.11º 0.71% 0.84% -
XYZ 32.44 18.82 19.37 -
YUV 113.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 213 61 119 0 0.71 0.44 0.16 337.11 0.64 0.54
Hex D5 3D 77 0 47 2C 10 151 40 36
Octal 325 75 167 0 107 54 20 521 100 66
Binary 11010101 111101 1110111 0 1000111 101100 10000 101010001 1000000 110110

Color Harmonies of #D53D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D77

Black with #D53D77

Text Example


Text Example

White with #D53D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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