Html Css Color HEX #D13D76 Cranberry

📋 copy color: '#D13D76'

red 209 ◦ green 61 ◦ blue 118

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

Shades of Cranberry #D13D76

Tints of Cranberry #D13D76

RGB

 RED value IS 209 (82.03% from 255) = 53.87%

 GREEN value IS 61 (24.22% from 255) = 15.72%

 BLUE value IS 118 (46.48% from 255) = 30.41%

R = 53.87%
G = 15.72%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D13D76 (or 0xD13D76) is known color: Cranberry. HEX triplet: D1, 3D and 76. RGB value is (209,61,118). Sum of RGB (Red+Green+Blue) = 209+61+118=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D76 is #2EC289. Grayscale: #6F6F6F. Windows color (decimal): -3064458 or 7749073. OLE color: 7749073.

HSL color Cylindrical-coordinate representation of color #D13D76: hue angle of 336.89º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13D76 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 61 118 -
CMYK 0 0.71 0.44 0.18
HSL 336.89º 0.62% 0.53% -
HSV(B) 336.89º 0.71% 0.82% -
XYZ 31.23 18.2 19.01 -
YUV 111.75 131.53 197.37 -
System Red Green Blue C M Y K H S L
Decimal 209 61 118 0 0.71 0.44 0.18 336.89 0.62 0.53
Hex D1 3D 76 0 47 2C 12 151 3E 35
Octal 321 75 166 0 107 54 22 521 76 65
Binary 11010001 111101 1110110 0 1000111 101100 10010 101010001 111110 110101

Color Harmonies of #D13D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13D76

Black with #D13D76

Text Example


Text Example

White with #D13D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13D76; }

 p { color: rgb(209,61,118); }

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

background-color css

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

 a { background-color: rgb(209,61,118); }

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

border-color css

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

 span { border-color: rgb(209,61,118); }

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