Html Css Color HEX #D1587D Cranberry

📋 copy color: '#D1587D'

red 209 ◦ green 88 ◦ blue 125

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

Shades of Cranberry #D1587D

Tints of Cranberry #D1587D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.85%

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

R = 49.53%
G = 20.85%
B = 29.62%

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

#D1587D (or 0xD1587D) is known color: Cranberry. HEX triplet: D1, 58 and 7D. RGB value is (209,88,125). Sum of RGB (Red+Green+Blue) = 209+88+125=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1587D is #2EA782. Grayscale: #808080. Windows color (decimal): -3057539 or 8214737. OLE color: 8214737.

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

Color convert

RGB 209 88 125 -
CMYK 0 0.58 0.40 0.18
HSL 341.65º 0.57% 0.58% -
HSV(B) 341.65º 0.58% 0.82% -
XYZ 33.49 22.02 21.89 -
YUV 128.4 126.09 185.49 -
System Red Green Blue C M Y K H S L
Decimal 209 88 125 0 0.58 0.40 0.18 341.65 0.57 0.58
Hex D1 58 7D 0 3A 28 12 156 39 3A
Octal 321 130 175 0 72 50 22 526 71 72
Binary 11010001 1011000 1111101 0 111010 101000 10010 101010110 111001 111010

Color Harmonies of #D1587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1587D

Black with #D1587D

Text Example


Text Example

White with #D1587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1587D; }

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

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

background-color css

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

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

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

border-color css

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

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

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