Html Css Color HEX #D2597B Cranberry

📋 copy color: '#D2597B'

red 210 ◦ green 89 ◦ blue 123

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

Shades of Cranberry #D2597B

Tints of Cranberry #D2597B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.09%

 BLUE value IS 123 (48.44% from 255) = 29.15%

R = 49.76%
G = 21.09%
B = 29.15%

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

#D2597B (or 0xD2597B) is known color: Cranberry. HEX triplet: D2, 59 and 7B. RGB value is (210,89,123). Sum of RGB (Red+Green+Blue) = 210+89+123=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2597B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2597B is #2DA684. Grayscale: #818181. Windows color (decimal): -2991749 or 8083922. OLE color: 8083922.

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

Color convert

RGB 210 89 123 -
CMYK 0 0.58 0.41 0.18
HSL 343.14º 0.57% 0.59% -
HSV(B) 343.14º 0.58% 0.82% -
XYZ 33.73 22.28 21.26 -
YUV 129.06 124.59 185.74 -
System Red Green Blue C M Y K H S L
Decimal 210 89 123 0 0.58 0.41 0.18 343.14 0.57 0.59
Hex D2 59 7B 0 3A 29 12 157 39 3B
Octal 322 131 173 0 72 51 22 527 71 73
Binary 11010010 1011001 1111011 0 111010 101001 10010 101010111 111001 111011

Color Harmonies of #D2597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2597B

Black with #D2597B

Text Example


Text Example

White with #D2597B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2597B; }

 p { color: rgb(210,89,123); }

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

background-color css

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

 a { background-color: rgb(210,89,123); }

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

border-color css

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

 span { border-color: rgb(210,89,123); }

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