Html Css Color HEX #D2537D Cranberry

📋 copy color: '#D2537D'

red 210 ◦ green 83 ◦ blue 125

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

Shades of Cranberry #D2537D

Tints of Cranberry #D2537D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 50.24%
G = 19.86%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2537D (or 0xD2537D) is known color: Cranberry. HEX triplet: D2, 53 and 7D. RGB value is (210,83,125). Sum of RGB (Red+Green+Blue) = 210+83+125=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2537D is #2DAC82. Grayscale: #7D7D7D. Windows color (decimal): -2993283 or 8213458. OLE color: 8213458.

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

Color convert

RGB 210 83 125 -
CMYK 0 0.60 0.40 0.18
HSL 340.16º 0.59% 0.57% -
HSV(B) 340.16º 0.6% 0.82% -
XYZ 33.37 21.37 21.77 -
YUV 125.76 127.58 188.08 -
System Red Green Blue C M Y K H S L
Decimal 210 83 125 0 0.60 0.40 0.18 340.16 0.59 0.57
Hex D2 53 7D 0 3C 28 12 154 3B 39
Octal 322 123 175 0 74 50 22 524 73 71
Binary 11010010 1010011 1111101 0 111100 101000 10010 101010100 111011 111001

Color Harmonies of #D2537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2537D

Black with #D2537D

Text Example


Text Example

White with #D2537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2537D; }

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

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

background-color css

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

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

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

border-color css

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

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

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