Html Css Color HEX #D74579 Cranberry

📋 copy color: '#D74579'

red 215 ◦ green 69 ◦ blue 121

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

Shades of Cranberry #D74579

Tints of Cranberry #D74579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.04%

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

R = 53.09%
G = 17.04%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D74579 (or 0xD74579) is known color: Cranberry. HEX triplet: D7, 45 and 79. RGB value is (215,69,121). Sum of RGB (Red+Green+Blue) = 215+69+121=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D74579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74579 is #28BA86. Grayscale: #767676. Windows color (decimal): -2669191 or 7947735. OLE color: 7947735.

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

Color convert

RGB 215 69 121 -
CMYK 0 0.68 0.44 0.16
HSL 338.63º 0.65% 0.56% -
HSV(B) 338.63º 0.68% 0.84% -
XYZ 33.6 20.08 20.19 -
YUV 118.58 129.37 196.77 -
System Red Green Blue C M Y K H S L
Decimal 215 69 121 0 0.68 0.44 0.16 338.63 0.65 0.56
Hex D7 45 79 0 44 2C 10 153 41 38
Octal 327 105 171 0 104 54 20 523 101 70
Binary 11010111 1000101 1111001 0 1000100 101100 10000 101010011 1000001 111000

Color Harmonies of #D74579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74579

Black with #D74579

Text Example


Text Example

White with #D74579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74579; }

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

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

background-color css

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

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

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

border-color css

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

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

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