Html Css Color HEX #D6537D Cranberry

📋 copy color: '#D6537D'

red 214 ◦ green 83 ◦ blue 125

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

Shades of Cranberry #D6537D

Tints of Cranberry #D6537D

RGB

 RED value IS 214 (83.98% from 255) = 50.71%

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

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

R = 50.71%
G = 19.67%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6537D (or 0xD6537D) is known color: Cranberry. HEX triplet: D6, 53 and 7D. RGB value is (214,83,125). Sum of RGB (Red+Green+Blue) = 214+83+125=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6537D is #29AC82. Grayscale: #7E7E7E. Windows color (decimal): -2731139 or 8213462. OLE color: 8213462.

HSL color Cylindrical-coordinate representation of color #D6537D: hue angle of 340.76º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6537D is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 83 125 -
CMYK 0 0.61 0.42 0.16
HSL 340.76º 0.62% 0.58% -
HSV(B) 340.76º 0.61% 0.84% -
XYZ 34.53 21.96 21.82 -
YUV 126.96 126.9 190.08 -
System Red Green Blue C M Y K H S L
Decimal 214 83 125 0 0.61 0.42 0.16 340.76 0.62 0.58
Hex D6 53 7D 0 3D 2A 10 155 3E 3A
Octal 326 123 175 0 75 52 20 525 76 72
Binary 11010110 1010011 1111101 0 111101 101010 10000 101010101 111110 111010

Color Harmonies of #D6537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6537D

Black with #D6537D

Text Example


Text Example

White with #D6537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6537D; }

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

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

background-color css

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

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

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

border-color css

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

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

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