Html Css Color HEX #D2537A Cranberry

📋 copy color: '#D2537A'

red 210 ◦ green 83 ◦ blue 122

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

Shades of Cranberry #D2537A

Tints of Cranberry #D2537A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20%

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

R = 50.6%
G = 20%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2537A (or 0xD2537A) is known color: Cranberry. HEX triplet: D2, 53 and 7A. RGB value is (210,83,122). Sum of RGB (Red+Green+Blue) = 210+83+122=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D2537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2537A is #2DAC85. Grayscale: #7D7D7D. Windows color (decimal): -2993286 or 8016850. OLE color: 8016850.

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

Color convert

RGB 210 83 122 -
CMYK 0 0.60 0.42 0.18
HSL 341.57º 0.59% 0.57% -
HSV(B) 341.57º 0.6% 0.82% -
XYZ 33.18 21.29 20.77 -
YUV 125.42 126.08 188.33 -
System Red Green Blue C M Y K H S L
Decimal 210 83 122 0 0.60 0.42 0.18 341.57 0.59 0.57
Hex D2 53 7A 0 3C 2A 12 156 3B 39
Octal 322 123 172 0 74 52 22 526 73 71
Binary 11010010 1010011 1111010 0 111100 101010 10010 101010110 111011 111001

Color Harmonies of #D2537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2537A

Black with #D2537A

Text Example


Text Example

White with #D2537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2537A; }

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

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

background-color css

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

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

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

border-color css

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

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

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