Html Css Color HEX #D74D79 Cranberry

📋 copy color: '#D74D79'

red 215 ◦ green 77 ◦ blue 121

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

Shades of Cranberry #D74D79

Tints of Cranberry #D74D79

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.64%

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

R = 52.06%
G = 18.64%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D74D79 (or 0xD74D79) is known color: Cranberry. HEX triplet: D7, 4D and 79. RGB value is (215,77,121). Sum of RGB (Red+Green+Blue) = 215+77+121=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D79 is #28B286. Grayscale: #7B7B7B. Windows color (decimal): -2667143 or 7949783. OLE color: 7949783.

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

Color convert

RGB 215 77 121 -
CMYK 0 0.64 0.44 0.16
HSL 340.87º 0.63% 0.57% -
HSV(B) 340.87º 0.64% 0.84% -
XYZ 34.13 21.14 20.37 -
YUV 123.28 126.72 193.42 -
System Red Green Blue C M Y K H S L
Decimal 215 77 121 0 0.64 0.44 0.16 340.87 0.63 0.57
Hex D7 4D 79 0 40 2C 10 155 3F 39
Octal 327 115 171 0 100 54 20 525 77 71
Binary 11010111 1001101 1111001 0 1000000 101100 10000 101010101 111111 111001

Color Harmonies of #D74D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D79

Black with #D74D79

Text Example


Text Example

White with #D74D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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