Html Css Color HEX #D9537B Cranberry

📋 copy color: '#D9537B'

red 217 ◦ green 83 ◦ blue 123

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

Shades of Cranberry #D9537B

Tints of Cranberry #D9537B

RGB

 RED value IS 217 (85.16% from 255) = 51.3%

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

 BLUE value IS 123 (48.44% from 255) = 29.08%

R = 51.3%
G = 19.62%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9537B (or 0xD9537B) is known color: Cranberry. HEX triplet: D9, 53 and 7B. RGB value is (217,83,123). Sum of RGB (Red+Green+Blue) = 217+83+123=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9537B is #26AC84. Grayscale: #7F7F7F. Windows color (decimal): -2534533 or 8082393. OLE color: 8082393.

HSL color Cylindrical-coordinate representation of color #D9537B: hue angle of 342.09º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9537B is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 83 123 -
CMYK 0 0.62 0.43 0.15
HSL 342.09º 0.64% 0.59% -
HSV(B) 342.09º 0.62% 0.85% -
XYZ 35.28 22.37 21.2 -
YUV 127.63 125.39 191.75 -
System Red Green Blue C M Y K H S L
Decimal 217 83 123 0 0.62 0.43 0.15 342.09 0.64 0.59
Hex D9 53 7B 0 3E 2B F 156 40 3B
Octal 331 123 173 0 76 53 17 526 100 73
Binary 11011001 1010011 1111011 0 111110 101011 1111 101010110 1000000 111011

Color Harmonies of #D9537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9537B

Black with #D9537B

Text Example


Text Example

White with #D9537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9537B; }

 p { color: rgb(217,83,123); }

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

background-color css

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

 a { background-color: rgb(217,83,123); }

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

border-color css

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

 span { border-color: rgb(217,83,123); }

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