Html Css Color HEX #D3557B Cranberry

📋 copy color: '#D3557B'

red 211 ◦ green 85 ◦ blue 123

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

Shades of Cranberry #D3557B

Tints of Cranberry #D3557B

RGB

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

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

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

R = 50.36%
G = 20.29%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D3557B (or 0xD3557B) is known color: Cranberry. HEX triplet: D3, 55 and 7B. RGB value is (211,85,123). Sum of RGB (Red+Green+Blue) = 211+85+123=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D3557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3557B is #2CAA84. Grayscale: #7E7E7E. Windows color (decimal): -2927237 or 8082899. OLE color: 8082899.

HSL color Cylindrical-coordinate representation of color #D3557B: hue angle of 341.9º 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 #D3557B is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 85 123 -
CMYK 0 0.60 0.42 0.17
HSL 341.9º 0.59% 0.58% -
HSV(B) 341.9º 0.6% 0.83% -
XYZ 33.69 21.78 21.17 -
YUV 127.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 211 85 123 0 0.60 0.42 0.17 341.9 0.59 0.58
Hex D3 55 7B 0 3C 2A 11 156 3B 3A
Octal 323 125 173 0 74 52 21 526 73 72
Binary 11010011 1010101 1111011 0 111100 101010 10001 101010110 111011 111010

Color Harmonies of #D3557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3557B

Black with #D3557B

Text Example


Text Example

White with #D3557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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