Html Css Color HEX #D1577D Cranberry

📋 copy color: '#D1577D'

red 209 ◦ green 87 ◦ blue 125

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

Shades of Cranberry #D1577D

Tints of Cranberry #D1577D

RGB

 RED value IS 209 (82.03% from 255) = 49.64%

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

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

R = 49.64%
G = 20.67%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1577D (or 0xD1577D) is known color: Cranberry. HEX triplet: D1, 57 and 7D. RGB value is (209,87,125). Sum of RGB (Red+Green+Blue) = 209+87+125=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1577D is #2EA882. Grayscale: #7F7F7F. Windows color (decimal): -3057795 or 8214481. OLE color: 8214481.

HSL color Cylindrical-coordinate representation of color #D1577D: hue angle of 341.31º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D1577D is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 87 125 -
CMYK 0 0.58 0.40 0.18
HSL 341.31º 0.57% 0.58% -
HSV(B) 341.31º 0.58% 0.82% -
XYZ 33.4 21.85 21.86 -
YUV 127.81 126.42 185.91 -
System Red Green Blue C M Y K H S L
Decimal 209 87 125 0 0.58 0.40 0.18 341.31 0.57 0.58
Hex D1 57 7D 0 3A 28 12 155 39 3A
Octal 321 127 175 0 72 50 22 525 71 72
Binary 11010001 1010111 1111101 0 111010 101000 10010 101010101 111001 111010

Color Harmonies of #D1577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1577D

Black with #D1577D

Text Example


Text Example

White with #D1577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1577D; }

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

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

background-color css

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

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

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

border-color css

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

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

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