Html Css Color HEX #D73F79 Cranberry

📋 copy color: '#D73F79'

red 215 ◦ green 63 ◦ blue 121

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

Shades of Cranberry #D73F79

Tints of Cranberry #D73F79

RGB

 RED value IS 215 (84.38% from 255) = 53.88%

 GREEN value IS 63 (25% from 255) = 15.79%

 BLUE value IS 121 (47.66% from 255) = 30.33%

R = 53.88%
G = 15.79%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D73F79 (or 0xD73F79) is known color: Cranberry. HEX triplet: D7, 3F and 79. RGB value is (215,63,121). Sum of RGB (Red+Green+Blue) = 215+63+121=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73F79 is #28C086. Grayscale: #727272. Windows color (decimal): -2670727 or 7946199. OLE color: 7946199.

HSL color Cylindrical-coordinate representation of color #D73F79: hue angle of 337.11º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73F79 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 63 121 -
CMYK 0 0.71 0.44 0.16
HSL 337.11º 0.66% 0.55% -
HSV(B) 337.11º 0.71% 0.84% -
XYZ 33.25 19.38 20.08 -
YUV 115.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 215 63 121 0 0.71 0.44 0.16 337.11 0.66 0.55
Hex D7 3F 79 0 47 2C 10 151 42 37
Octal 327 77 171 0 107 54 20 521 102 67
Binary 11010111 111111 1111001 0 1000111 101100 10000 101010001 1000010 110111

Color Harmonies of #D73F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73F79

Black with #D73F79

Text Example


Text Example

White with #D73F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73F79; }

 p { color: rgb(215,63,121); }

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

background-color css

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

 a { background-color: rgb(215,63,121); }

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

border-color css

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

 span { border-color: rgb(215,63,121); }

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