Html Css Color HEX #D5637D Cranberry

📋 copy color: '#D5637D'

red 213 ◦ green 99 ◦ blue 125

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

Shades of Cranberry #D5637D

Tints of Cranberry #D5637D

RGB

 RED value IS 213 (83.59% from 255) = 48.74%

 GREEN value IS 99 (39.06% from 255) = 22.65%

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

R = 48.74%
G = 22.65%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5637D (or 0xD5637D) is known color: Cranberry. HEX triplet: D5, 63 and 7D. RGB value is (213,99,125). Sum of RGB (Red+Green+Blue) = 213+99+125=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D5637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5637D is #2A9C82. Grayscale: #888888. Windows color (decimal): -2792579 or 8217557. OLE color: 8217557.

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

Color convert

RGB 213 99 125 -
CMYK 0 0.54 0.41 0.16
HSL 346.32º 0.58% 0.61% -
HSV(B) 346.32º 0.54% 0.84% -
XYZ 35.6 24.55 22.26 -
YUV 136.05 121.77 182.89 -
System Red Green Blue C M Y K H S L
Decimal 213 99 125 0 0.54 0.41 0.16 346.32 0.58 0.61
Hex D5 63 7D 0 36 29 10 15A 3A 3D
Octal 325 143 175 0 66 51 20 532 72 75
Binary 11010101 1100011 1111101 0 110110 101001 10000 101011010 111010 111101

Color Harmonies of #D5637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5637D

Black with #D5637D

Text Example


Text Example

White with #D5637D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5637D; }

 p { color: rgb(213,99,125); }

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

background-color css

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

 a { background-color: rgb(213,99,125); }

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

border-color css

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

 span { border-color: rgb(213,99,125); }

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