Html Css Color HEX #D74079 Cranberry

📋 copy color: '#D74079'

red 215 ◦ green 64 ◦ blue 121

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

Shades of Cranberry #D74079

Tints of Cranberry #D74079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16%

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

R = 53.75%
G = 16%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D74079 (or 0xD74079) is known color: Cranberry. HEX triplet: D7, 40 and 79. RGB value is (215,64,121). Sum of RGB (Red+Green+Blue) = 215+64+121=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D74079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74079 is #28BF86. Grayscale: #737373. Windows color (decimal): -2670471 or 7946455. OLE color: 7946455.

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

Color convert

RGB 215 64 121 -
CMYK 0 0.70 0.44 0.16
HSL 337.35º 0.65% 0.55% -
HSV(B) 337.35º 0.7% 0.84% -
XYZ 33.31 19.49 20.1 -
YUV 115.65 131.03 198.87 -
System Red Green Blue C M Y K H S L
Decimal 215 64 121 0 0.70 0.44 0.16 337.35 0.65 0.55
Hex D7 40 79 0 46 2C 10 151 41 37
Octal 327 100 171 0 106 54 20 521 101 67
Binary 11010111 1000000 1111001 0 1000110 101100 10000 101010001 1000001 110111

Color Harmonies of #D74079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74079

Black with #D74079

Text Example


Text Example

White with #D74079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74079; }

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

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

background-color css

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

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

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

border-color css

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

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

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