Html Css Color HEX #D2587C Cranberry

📋 copy color: '#D2587C'

red 210 ◦ green 88 ◦ blue 124

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

Shades of Cranberry #D2587C

Tints of Cranberry #D2587C

RGB

 RED value IS 210 (82.42% from 255) = 49.76%

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

 BLUE value IS 124 (48.83% from 255) = 29.38%

R = 49.76%
G = 20.85%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2587C (or 0xD2587C) is known color: Cranberry. HEX triplet: D2, 58 and 7C. RGB value is (210,88,124). Sum of RGB (Red+Green+Blue) = 210+88+124=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2587C is #2DA783. Grayscale: #808080. Windows color (decimal): -2992004 or 8149202. OLE color: 8149202.

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

Color convert

RGB 210 88 124 -
CMYK 0 0.58 0.41 0.18
HSL 342.3º 0.58% 0.58% -
HSV(B) 342.3º 0.58% 0.82% -
XYZ 33.71 22.14 21.57 -
YUV 128.58 125.42 186.07 -
System Red Green Blue C M Y K H S L
Decimal 210 88 124 0 0.58 0.41 0.18 342.3 0.58 0.58
Hex D2 58 7C 0 3A 29 12 156 3A 3A
Octal 322 130 174 0 72 51 22 526 72 72
Binary 11010010 1011000 1111100 0 111010 101001 10010 101010110 111010 111010

Color Harmonies of #D2587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2587C

Black with #D2587C

Text Example


Text Example

White with #D2587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2587C; }

 p { color: rgb(210,88,124); }

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

background-color css

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

 a { background-color: rgb(210,88,124); }

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

border-color css

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

 span { border-color: rgb(210,88,124); }

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