Html Css Color HEX #D5577D Cranberry

📋 copy color: '#D5577D'

red 213 ◦ green 87 ◦ blue 125

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

Shades of Cranberry #D5577D

Tints of Cranberry #D5577D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.41%

R = 50.12%
G = 20.47%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5577D (or 0xD5577D) is known color: Cranberry. HEX triplet: D5, 57 and 7D. RGB value is (213,87,125). Sum of RGB (Red+Green+Blue) = 213+87+125=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5577D is #2AA882. Grayscale: #808080. Windows color (decimal): -2795651 or 8214485. OLE color: 8214485.

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

Color convert

RGB 213 87 125 -
CMYK 0 0.59 0.41 0.16
HSL 341.9º 0.6% 0.59% -
HSV(B) 341.9º 0.59% 0.84% -
XYZ 34.55 22.44 21.91 -
YUV 129.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 213 87 125 0 0.59 0.41 0.16 341.9 0.6 0.59
Hex D5 57 7D 0 3B 29 10 156 3C 3B
Octal 325 127 175 0 73 51 20 526 74 73
Binary 11010101 1010111 1111101 0 111011 101001 10000 101010110 111100 111011

Color Harmonies of #D5577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5577D

Black with #D5577D

Text Example


Text Example

White with #D5577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5577D; }

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

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

background-color css

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

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

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

border-color css

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

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

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