Html Css Color HEX #D74479 Cranberry

📋 copy color: '#D74479'

red 215 ◦ green 68 ◦ blue 121

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

Shades of Cranberry #D74479

Tints of Cranberry #D74479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.83%

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

R = 53.22%
G = 16.83%
B = 29.95%

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

#D74479 (or 0xD74479) is known color: Cranberry. HEX triplet: D7, 44 and 79. RGB value is (215,68,121). Sum of RGB (Red+Green+Blue) = 215+68+121=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D74479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74479 is #28BB86. Grayscale: #757575. Windows color (decimal): -2669447 or 7947479. OLE color: 7947479.

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

Color convert

RGB 215 68 121 -
CMYK 0 0.68 0.44 0.16
HSL 338.37º 0.65% 0.55% -
HSV(B) 338.37º 0.68% 0.84% -
XYZ 33.54 19.96 20.17 -
YUV 118 129.7 197.19 -
System Red Green Blue C M Y K H S L
Decimal 215 68 121 0 0.68 0.44 0.16 338.37 0.65 0.55
Hex D7 44 79 0 44 2C 10 152 41 37
Octal 327 104 171 0 104 54 20 522 101 67
Binary 11010111 1000100 1111001 0 1000100 101100 10000 101010010 1000001 110111

Color Harmonies of #D74479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74479

Black with #D74479

Text Example


Text Example

White with #D74479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74479; }

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

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

background-color css

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

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

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

border-color css

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

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

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