Html Css Color HEX #D74379 Cranberry

📋 copy color: '#D74379'

red 215 ◦ green 67 ◦ blue 121

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

Shades of Cranberry #D74379

Tints of Cranberry #D74379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.63%

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

R = 53.35%
G = 16.63%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D74379 (or 0xD74379) is known color: Cranberry. HEX triplet: D7, 43 and 79. RGB value is (215,67,121). Sum of RGB (Red+Green+Blue) = 215+67+121=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D74379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74379 is #28BC86. Grayscale: #757575. Windows color (decimal): -2669703 or 7947223. OLE color: 7947223.

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

Color convert

RGB 215 67 121 -
CMYK 0 0.69 0.44 0.16
HSL 338.11º 0.65% 0.55% -
HSV(B) 338.11º 0.69% 0.84% -
XYZ 33.48 19.84 20.15 -
YUV 117.41 130.03 197.61 -
System Red Green Blue C M Y K H S L
Decimal 215 67 121 0 0.69 0.44 0.16 338.11 0.65 0.55
Hex D7 43 79 0 45 2C 10 152 41 37
Octal 327 103 171 0 105 54 20 522 101 67
Binary 11010111 1000011 1111001 0 1000101 101100 10000 101010010 1000001 110111

Color Harmonies of #D74379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74379

Black with #D74379

Text Example


Text Example

White with #D74379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74379; }

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

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

background-color css

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

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

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

border-color css

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

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

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