Html Css Color HEX #D1497B Cranberry

📋 copy color: '#D1497B'

red 209 ◦ green 73 ◦ blue 123

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

Shades of Cranberry #D1497B

Tints of Cranberry #D1497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.02%

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

R = 51.6%
G = 18.02%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1497B (or 0xD1497B) is known color: Cranberry. HEX triplet: D1, 49 and 7B. RGB value is (209,73,123). Sum of RGB (Red+Green+Blue) = 209+73+123=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1497B is #2EB684. Grayscale: #777777. Windows color (decimal): -3061381 or 8079825. OLE color: 8079825.

HSL color Cylindrical-coordinate representation of color #D1497B: hue angle of 337.94º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1497B is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 73 123 -
CMYK 0 0.65 0.41 0.18
HSL 337.94º 0.6% 0.55% -
HSV(B) 337.94º 0.65% 0.82% -
XYZ 32.25 19.75 20.85 -
YUV 119.36 130.06 191.93 -
System Red Green Blue C M Y K H S L
Decimal 209 73 123 0 0.65 0.41 0.18 337.94 0.6 0.55
Hex D1 49 7B 0 41 29 12 152 3C 37
Octal 321 111 173 0 101 51 22 522 74 67
Binary 11010001 1001001 1111011 0 1000001 101001 10010 101010010 111100 110111

Color Harmonies of #D1497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1497B

Black with #D1497B

Text Example


Text Example

White with #D1497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1497B; }

 p { color: rgb(209,73,123); }

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

background-color css

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

 a { background-color: rgb(209,73,123); }

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

border-color css

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

 span { border-color: rgb(209,73,123); }

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