Html Css Color HEX #D1557A Cranberry

📋 copy color: '#D1557A'

red 209 ◦ green 85 ◦ blue 122

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

Shades of Cranberry #D1557A

Tints of Cranberry #D1557A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.43%

 BLUE value IS 122 (48.05% from 255) = 29.33%

R = 50.24%
G = 20.43%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D1557A (or 0xD1557A) is known color: Cranberry. HEX triplet: D1, 55 and 7A. RGB value is (209,85,122). Sum of RGB (Red+Green+Blue) = 209+85+122=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1557A is #2EAA85. Grayscale: #7E7E7E. Windows color (decimal): -3058310 or 8017361. OLE color: 8017361.

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

Color convert

RGB 209 85 122 -
CMYK 0 0.59 0.42 0.18
HSL 342.1º 0.57% 0.58% -
HSV(B) 342.1º 0.59% 0.82% -
XYZ 33.06 21.46 20.81 -
YUV 126.29 125.58 186.99 -
System Red Green Blue C M Y K H S L
Decimal 209 85 122 0 0.59 0.42 0.18 342.1 0.57 0.58
Hex D1 55 7A 0 3B 2A 12 156 39 3A
Octal 321 125 172 0 73 52 22 526 71 72
Binary 11010001 1010101 1111010 0 111011 101010 10010 101010110 111001 111010

Color Harmonies of #D1557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1557A

Black with #D1557A

Text Example


Text Example

White with #D1557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1557A; }

 p { color: rgb(209,85,122); }

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

background-color css

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

 a { background-color: rgb(209,85,122); }

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

border-color css

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

 span { border-color: rgb(209,85,122); }

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