Html Css Color HEX #D2497B Cranberry

📋 copy color: '#D2497B'

red 210 ◦ green 73 ◦ blue 123

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

Shades of Cranberry #D2497B

Tints of Cranberry #D2497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.98%

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

R = 51.72%
G = 17.98%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2497B (or 0xD2497B) is known color: Cranberry. HEX triplet: D2, 49 and 7B. RGB value is (210,73,123). Sum of RGB (Red+Green+Blue) = 210+73+123=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D2497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2497B is #2DB684. Grayscale: #777777. Windows color (decimal): -2995845 or 8079826. OLE color: 8079826.

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

Color convert

RGB 210 73 123 -
CMYK 0 0.65 0.41 0.18
HSL 338.1º 0.6% 0.55% -
HSV(B) 338.1º 0.65% 0.82% -
XYZ 32.54 19.9 20.86 -
YUV 119.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 210 73 123 0 0.65 0.41 0.18 338.1 0.6 0.55
Hex D2 49 7B 0 41 29 12 152 3C 37
Octal 322 111 173 0 101 51 22 522 74 67
Binary 11010010 1001001 1111011 0 1000001 101001 10010 101010010 111100 110111

Color Harmonies of #D2497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2497B

Black with #D2497B

Text Example


Text Example

White with #D2497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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