Html Css Color HEX #D2587A Cranberry

📋 copy color: '#D2587A'

red 210 ◦ green 88 ◦ blue 122

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

Shades of Cranberry #D2587A

Tints of Cranberry #D2587A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.05%

R = 50%
G = 20.95%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2587A (or 0xD2587A) is known color: Cranberry. HEX triplet: D2, 58 and 7A. RGB value is (210,88,122). Sum of RGB (Red+Green+Blue) = 210+88+122=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2587A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2587A is #2DA785. Grayscale: #808080. Windows color (decimal): -2992006 or 8018130. OLE color: 8018130.

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

Color convert

RGB 210 88 122 -
CMYK 0 0.58 0.42 0.18
HSL 343.28º 0.58% 0.58% -
HSV(B) 343.28º 0.58% 0.82% -
XYZ 33.58 22.09 20.91 -
YUV 128.35 124.42 186.24 -
System Red Green Blue C M Y K H S L
Decimal 210 88 122 0 0.58 0.42 0.18 343.28 0.58 0.58
Hex D2 58 7A 0 3A 2A 12 157 3A 3A
Octal 322 130 172 0 72 52 22 527 72 72
Binary 11010010 1011000 1111010 0 111010 101010 10010 101010111 111010 111010

Color Harmonies of #D2587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2587A

Black with #D2587A

Text Example


Text Example

White with #D2587A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2587A; }

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

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

background-color css

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

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

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

border-color css

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

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

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