Html Css Color HEX #D5577F Cranberry

📋 copy color: '#D5577F'

red 213 ◦ green 87 ◦ blue 127

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

Shades of Cranberry #D5577F

Tints of Cranberry #D5577F

RGB

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

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

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

R = 49.88%
G = 20.37%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5577F (or 0xD5577F) is known color: Cranberry. HEX triplet: D5, 57 and 7F. RGB value is (213,87,127). Sum of RGB (Red+Green+Blue) = 213+87+127=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D5577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5577F is #2AA880. Grayscale: #818181. Windows color (decimal): -2795649 or 8345557. OLE color: 8345557.

HSL color Cylindrical-coordinate representation of color #D5577F: hue angle of 340.95º 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 #D5577F is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 87 127 -
CMYK 0 0.59 0.40 0.16
HSL 340.95º 0.6% 0.59% -
HSV(B) 340.95º 0.59% 0.84% -
XYZ 34.68 22.49 22.59 -
YUV 129.23 126.74 187.75 -
System Red Green Blue C M Y K H S L
Decimal 213 87 127 0 0.59 0.40 0.16 340.95 0.6 0.59
Hex D5 57 7F 0 3B 28 10 155 3C 3B
Octal 325 127 177 0 73 50 20 525 74 73
Binary 11010101 1010111 1111111 0 111011 101000 10000 101010101 111100 111011

Color Harmonies of #D5577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5577F

Black with #D5577F

Text Example


Text Example

White with #D5577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5577F; }

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

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

background-color css

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

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

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

border-color css

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

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

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