Html Css Color HEX #D7537C Cranberry

📋 copy color: '#D7537C'

red 215 ◦ green 83 ◦ blue 124

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

Shades of Cranberry #D7537C

Tints of Cranberry #D7537C

RGB

 RED value IS 215 (84.38% from 255) = 50.95%

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

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

R = 50.95%
G = 19.67%
B = 29.38%

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

#D7537C (or 0xD7537C) is known color: Cranberry. HEX triplet: D7, 53 and 7C. RGB value is (215,83,124). Sum of RGB (Red+Green+Blue) = 215+83+124=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D7537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7537C is #28AC83. Grayscale: #7F7F7F. Windows color (decimal): -2665604 or 8147927. OLE color: 8147927.

HSL color Cylindrical-coordinate representation of color #D7537C: hue angle of 341.36º degrees, saturation: 0.62, 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 #D7537C is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 83 124 -
CMYK 0 0.61 0.42 0.16
HSL 341.36º 0.62% 0.58% -
HSV(B) 341.36º 0.61% 0.84% -
XYZ 34.76 22.09 21.5 -
YUV 127.14 126.23 190.67 -
System Red Green Blue C M Y K H S L
Decimal 215 83 124 0 0.61 0.42 0.16 341.36 0.62 0.58
Hex D7 53 7C 0 3D 2A 10 155 3E 3A
Octal 327 123 174 0 75 52 20 525 76 72
Binary 11010111 1010011 1111100 0 111101 101010 10000 101010101 111110 111010

Color Harmonies of #D7537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7537C

Black with #D7537C

Text Example


Text Example

White with #D7537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7537C; }

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

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

background-color css

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

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

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

border-color css

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

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

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