Html Css Color HEX #D5537C Cranberry

📋 copy color: '#D5537C'

red 213 ◦ green 83 ◦ blue 124

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

Shades of Cranberry #D5537C

Tints of Cranberry #D5537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.76%

 BLUE value IS 124 (48.83% from 255) = 29.52%

R = 50.71%
G = 19.76%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5537C (or 0xD5537C) is known color: Cranberry. HEX triplet: D5, 53 and 7C. RGB value is (213,83,124). Sum of RGB (Red+Green+Blue) = 213+83+124=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5537C is #2AAC83. Grayscale: #7E7E7E. Windows color (decimal): -2796676 or 8147925. OLE color: 8147925.

HSL color Cylindrical-coordinate representation of color #D5537C: hue angle of 341.08º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5537C is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 83 124 -
CMYK 0 0.61 0.42 0.16
HSL 341.08º 0.61% 0.58% -
HSV(B) 341.08º 0.61% 0.84% -
XYZ 34.17 21.79 21.47 -
YUV 126.54 126.57 189.67 -
System Red Green Blue C M Y K H S L
Decimal 213 83 124 0 0.61 0.42 0.16 341.08 0.61 0.58
Hex D5 53 7C 0 3D 2A 10 155 3D 3A
Octal 325 123 174 0 75 52 20 525 75 72
Binary 11010101 1010011 1111100 0 111101 101010 10000 101010101 111101 111010

Color Harmonies of #D5537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5537C

Black with #D5537C

Text Example


Text Example

White with #D5537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5537C; }

 p { color: rgb(213,83,124); }

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

background-color css

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

 a { background-color: rgb(213,83,124); }

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

border-color css

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

 span { border-color: rgb(213,83,124); }

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