Html Css Color HEX #D3537C Cranberry

📋 copy color: '#D3537C'

red 211 ◦ green 83 ◦ blue 124

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

Shades of Cranberry #D3537C

Tints of Cranberry #D3537C

RGB

 RED value IS 211 (82.81% from 255) = 50.48%

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

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

R = 50.48%
G = 19.86%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3537C (or 0xD3537C) is known color: Cranberry. HEX triplet: D3, 53 and 7C. RGB value is (211,83,124). Sum of RGB (Red+Green+Blue) = 211+83+124=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D3537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3537C is #2CAC83. Grayscale: #7D7D7D. Windows color (decimal): -2927748 or 8147923. OLE color: 8147923.

HSL color Cylindrical-coordinate representation of color #D3537C: hue angle of 340.78º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3537C is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 83 124 -
CMYK 0 0.61 0.41 0.17
HSL 340.78º 0.59% 0.58% -
HSV(B) 340.78º 0.61% 0.83% -
XYZ 33.6 21.49 21.45 -
YUV 125.95 126.91 188.67 -
System Red Green Blue C M Y K H S L
Decimal 211 83 124 0 0.61 0.41 0.17 340.78 0.59 0.58
Hex D3 53 7C 0 3D 29 11 155 3B 3A
Octal 323 123 174 0 75 51 21 525 73 72
Binary 11010011 1010011 1111100 0 111101 101001 10001 101010101 111011 111010

Color Harmonies of #D3537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3537C

Black with #D3537C

Text Example


Text Example

White with #D3537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3537C; }

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

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

background-color css

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

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

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

border-color css

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

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

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