Html Css Color HEX #D1537D Cranberry

📋 copy color: '#D1537D'

red 209 ◦ green 83 ◦ blue 125

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

Shades of Cranberry #D1537D

Tints of Cranberry #D1537D

RGB

 RED value IS 209 (82.03% from 255) = 50.12%

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

 BLUE value IS 125 (49.22% from 255) = 29.98%

R = 50.12%
G = 19.9%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1537D (or 0xD1537D) is known color: Cranberry. HEX triplet: D1, 53 and 7D. RGB value is (209,83,125). Sum of RGB (Red+Green+Blue) = 209+83+125=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1537D is #2EAC82. Grayscale: #7D7D7D. Windows color (decimal): -3058819 or 8213457. OLE color: 8213457.

HSL color Cylindrical-coordinate representation of color #D1537D: hue angle of 340º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1537D is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 83 125 -
CMYK 0 0.60 0.40 0.18
HSL 340º 0.58% 0.57% -
HSV(B) 340º 0.6% 0.82% -
XYZ 33.09 21.22 21.75 -
YUV 125.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 209 83 125 0 0.60 0.40 0.18 340 0.58 0.57
Hex D1 53 7D 0 3C 28 12 154 3A 39
Octal 321 123 175 0 74 50 22 524 72 71
Binary 11010001 1010011 1111101 0 111100 101000 10010 101010100 111010 111001

Color Harmonies of #D1537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1537D

Black with #D1537D

Text Example


Text Example

White with #D1537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1537D; }

 p { color: rgb(209,83,125); }

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

background-color css

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

 a { background-color: rgb(209,83,125); }

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

border-color css

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

 span { border-color: rgb(209,83,125); }

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