Html Css Color HEX #D9537F Cranberry

📋 copy color: '#D9537F'

red 217 ◦ green 83 ◦ blue 127

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

Shades of Cranberry #D9537F

Tints of Cranberry #D9537F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.74%

R = 50.82%
G = 19.44%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9537F (or 0xD9537F) is known color: Cranberry. HEX triplet: D9, 53 and 7F. RGB value is (217,83,127). Sum of RGB (Red+Green+Blue) = 217+83+127=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9537F is #26AC80. Grayscale: #808080. Windows color (decimal): -2534529 or 8344537. OLE color: 8344537.

HSL color Cylindrical-coordinate representation of color #D9537F: hue angle of 340.3º 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 #D9537F is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 83 127 -
CMYK 0 0.62 0.41 0.15
HSL 340.3º 0.64% 0.59% -
HSV(B) 340.3º 0.62% 0.85% -
XYZ 35.54 22.47 22.54 -
YUV 128.08 127.39 191.42 -
System Red Green Blue C M Y K H S L
Decimal 217 83 127 0 0.62 0.41 0.15 340.3 0.64 0.59
Hex D9 53 7F 0 3E 29 F 154 40 3B
Octal 331 123 177 0 76 51 17 524 100 73
Binary 11011001 1010011 1111111 0 111110 101001 1111 101010100 1000000 111011

Color Harmonies of #D9537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9537F

Black with #D9537F

Text Example


Text Example

White with #D9537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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