Html Css Color HEX #D13C74 Cranberry

📋 copy color: '#D13C74'

red 209 ◦ green 60 ◦ blue 116

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

Shades of Cranberry #D13C74

Tints of Cranberry #D13C74

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.58%

 BLUE value IS 116 (45.7% from 255) = 30.13%

R = 54.29%
G = 15.58%
B = 30.13%

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

#D13C74 (or 0xD13C74) is known color: Cranberry. HEX triplet: D1, 3C and 74. RGB value is (209,60,116). Sum of RGB (Red+Green+Blue) = 209+60+116=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13C74 is #2EC38B. Grayscale: #6E6E6E. Windows color (decimal): -3064716 or 7617745. OLE color: 7617745.

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

Color convert

RGB 209 60 116 -
CMYK 0 0.71 0.44 0.18
HSL 337.45º 0.62% 0.53% -
HSV(B) 337.45º 0.71% 0.82% -
XYZ 31.06 18.05 18.37 -
YUV 110.94 130.86 197.95 -
System Red Green Blue C M Y K H S L
Decimal 209 60 116 0 0.71 0.44 0.18 337.45 0.62 0.53
Hex D1 3C 74 0 47 2C 12 151 3E 35
Octal 321 74 164 0 107 54 22 521 76 65
Binary 11010001 111100 1110100 0 1000111 101100 10010 101010001 111110 110101

Color Harmonies of #D13C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C74

Black with #D13C74

Text Example


Text Example

White with #D13C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C74; }

 p { color: rgb(209,60,116); }

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

background-color css

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

 a { background-color: rgb(209,60,116); }

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

border-color css

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

 span { border-color: rgb(209,60,116); }

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