Html Css Color HEX #D2497F Cranberry

📋 copy color: '#D2497F'

red 210 ◦ green 73 ◦ blue 127

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

Shades of Cranberry #D2497F

Tints of Cranberry #D2497F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.98%

R = 51.22%
G = 17.8%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2497F (or 0xD2497F) is known color: Cranberry. HEX triplet: D2, 49 and 7F. RGB value is (210,73,127). Sum of RGB (Red+Green+Blue) = 210+73+127=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D2497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2497F is #2DB680. Grayscale: #787878. Windows color (decimal): -2995841 or 8341970. OLE color: 8341970.

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

Color convert

RGB 210 73 127 -
CMYK 0 0.65 0.40 0.18
HSL 336.35º 0.6% 0.55% -
HSV(B) 336.35º 0.65% 0.82% -
XYZ 32.79 20 22.21 -
YUV 120.12 131.89 192.11 -
System Red Green Blue C M Y K H S L
Decimal 210 73 127 0 0.65 0.40 0.18 336.35 0.6 0.55
Hex D2 49 7F 0 41 28 12 150 3C 37
Octal 322 111 177 0 101 50 22 520 74 67
Binary 11010010 1001001 1111111 0 1000001 101000 10010 101010000 111100 110111

Color Harmonies of #D2497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2497F

Black with #D2497F

Text Example


Text Example

White with #D2497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2497F; }

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

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

background-color css

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

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

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

border-color css

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

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

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