Html Css Color HEX #D73C76 Cranberry

📋 copy color: '#D73C76'

red 215 ◦ green 60 ◦ blue 118

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

Shades of Cranberry #D73C76

Tints of Cranberry #D73C76

RGB

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

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

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

R = 54.71%
G = 15.27%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D73C76 (or 0xD73C76) is known color: Cranberry. HEX triplet: D7, 3C and 76. RGB value is (215,60,118). Sum of RGB (Red+Green+Blue) = 215+60+118=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73C76 is #28C389. Grayscale: #707070. Windows color (decimal): -2671498 or 7748823. OLE color: 7748823.

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

Color convert

RGB 215 60 118 -
CMYK 0 0.72 0.45 0.16
HSL 337.55º 0.66% 0.54% -
HSV(B) 337.55º 0.72% 0.84% -
XYZ 32.91 18.99 19.07 -
YUV 112.96 130.85 200.78 -
System Red Green Blue C M Y K H S L
Decimal 215 60 118 0 0.72 0.45 0.16 337.55 0.66 0.54
Hex D7 3C 76 0 48 2D 10 152 42 36
Octal 327 74 166 0 110 55 20 522 102 66
Binary 11010111 111100 1110110 0 1001000 101101 10000 101010010 1000010 110110

Color Harmonies of #D73C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73C76

Black with #D73C76

Text Example


Text Example

White with #D73C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73C76; }

 p { color: rgb(215,60,118); }

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

background-color css

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

 a { background-color: rgb(215,60,118); }

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

border-color css

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

 span { border-color: rgb(215,60,118); }

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