Html Css Color HEX #D3557F Cranberry

📋 copy color: '#D3557F'

red 211 ◦ green 85 ◦ blue 127

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

Shades of Cranberry #D3557F

Tints of Cranberry #D3557F

RGB

 RED value IS 211 (82.81% from 255) = 49.88%

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

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

R = 49.88%
G = 20.09%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D3557F (or 0xD3557F) is known color: Cranberry. HEX triplet: D3, 55 and 7F. RGB value is (211,85,127). Sum of RGB (Red+Green+Blue) = 211+85+127=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3557F is #2CAA80. Grayscale: #7F7F7F. Windows color (decimal): -2927233 or 8345043. OLE color: 8345043.

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

Color convert

RGB 211 85 127 -
CMYK 0 0.60 0.40 0.17
HSL 340º 0.59% 0.58% -
HSV(B) 340º 0.6% 0.83% -
XYZ 33.94 21.88 22.51 -
YUV 127.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 211 85 127 0 0.60 0.40 0.17 340 0.59 0.58
Hex D3 55 7F 0 3C 28 11 154 3B 3A
Octal 323 125 177 0 74 50 21 524 73 72
Binary 11010011 1010101 1111111 0 111100 101000 10001 101010100 111011 111010

Color Harmonies of #D3557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3557F

Black with #D3557F

Text Example


Text Example

White with #D3557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3557F; }

 p { color: rgb(211,85,127); }

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

background-color css

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

 a { background-color: rgb(211,85,127); }

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

border-color css

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

 span { border-color: rgb(211,85,127); }

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