Html Css Color HEX #D5577B Cranberry

📋 copy color: '#D5577B'

red 213 ◦ green 87 ◦ blue 123

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

Shades of Cranberry #D5577B

Tints of Cranberry #D5577B

RGB

 RED value IS 213 (83.59% from 255) = 50.35%

 GREEN value IS 87 (34.38% from 255) = 20.57%

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

R = 50.35%
G = 20.57%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5577B (or 0xD5577B) is known color: Cranberry. HEX triplet: D5, 57 and 7B. RGB value is (213,87,123). Sum of RGB (Red+Green+Blue) = 213+87+123=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5577B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5577B is #2AA884. Grayscale: #808080. Windows color (decimal): -2795653 or 8083413. OLE color: 8083413.

HSL color Cylindrical-coordinate representation of color #D5577B: hue angle of 342.86º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5577B is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 87 123 -
CMYK 0 0.59 0.42 0.16
HSL 342.86º 0.6% 0.59% -
HSV(B) 342.86º 0.59% 0.84% -
XYZ 34.42 22.39 21.25 -
YUV 128.78 124.74 188.07 -
System Red Green Blue C M Y K H S L
Decimal 213 87 123 0 0.59 0.42 0.16 342.86 0.6 0.59
Hex D5 57 7B 0 3B 2A 10 157 3C 3B
Octal 325 127 173 0 73 52 20 527 74 73
Binary 11010101 1010111 1111011 0 111011 101010 10000 101010111 111100 111011

Color Harmonies of #D5577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5577B

Black with #D5577B

Text Example


Text Example

White with #D5577B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5577B; }

 p { color: rgb(213,87,123); }

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

background-color css

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

 a { background-color: rgb(213,87,123); }

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

border-color css

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

 span { border-color: rgb(213,87,123); }

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