Html Css Color HEX #D73F73 Cranberry

📋 copy color: '#D73F73'

red 215 ◦ green 63 ◦ blue 115

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

Shades of Cranberry #D73F73

Tints of Cranberry #D73F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.26%

R = 54.71%
G = 16.03%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D73F73 (or 0xD73F73) is known color: Cranberry. HEX triplet: D7, 3F and 73. RGB value is (215,63,115). Sum of RGB (Red+Green+Blue) = 215+63+115=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73F73 is #28C08C. Grayscale: #727272. Windows color (decimal): -2670733 or 7552983. OLE color: 7552983.

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

Color convert

RGB 215 63 115 -
CMYK 0 0.71 0.47 0.16
HSL 339.47º 0.66% 0.55% -
HSV(B) 339.47º 0.71% 0.84% -
XYZ 32.9 19.24 18.2 -
YUV 114.38 128.36 199.77 -
System Red Green Blue C M Y K H S L
Decimal 215 63 115 0 0.71 0.47 0.16 339.47 0.66 0.55
Hex D7 3F 73 0 47 2F 10 153 42 37
Octal 327 77 163 0 107 57 20 523 102 67
Binary 11010111 111111 1110011 0 1000111 101111 10000 101010011 1000010 110111

Color Harmonies of #D73F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73F73

Black with #D73F73

Text Example


Text Example

White with #D73F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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