Html Css Color HEX #D7577D Cranberry

📋 copy color: '#D7577D'

red 215 ◦ green 87 ◦ blue 125

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

Shades of Cranberry #D7577D

Tints of Cranberry #D7577D

RGB

 RED value IS 215 (84.38% from 255) = 50.35%

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

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

R = 50.35%
G = 20.37%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7577D (or 0xD7577D) is known color: Cranberry. HEX triplet: D7, 57 and 7D. RGB value is (215,87,125). Sum of RGB (Red+Green+Blue) = 215+87+125=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D7577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7577D is #28A882. Grayscale: #818181. Windows color (decimal): -2664579 or 8214487. OLE color: 8214487.

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

Color convert

RGB 215 87 125 -
CMYK 0 0.60 0.42 0.16
HSL 342.19º 0.62% 0.59% -
HSV(B) 342.19º 0.6% 0.84% -
XYZ 35.13 22.74 21.94 -
YUV 129.6 125.41 188.91 -
System Red Green Blue C M Y K H S L
Decimal 215 87 125 0 0.60 0.42 0.16 342.19 0.62 0.59
Hex D7 57 7D 0 3C 2A 10 156 3E 3B
Octal 327 127 175 0 74 52 20 526 76 73
Binary 11010111 1010111 1111101 0 111100 101010 10000 101010110 111110 111011

Color Harmonies of #D7577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7577D

Black with #D7577D

Text Example


Text Example

White with #D7577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7577D; }

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

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

background-color css

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

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

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

border-color css

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

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

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