Html Css Color HEX #D74D72 Cranberry

📋 copy color: '#D74D72'

red 215 ◦ green 77 ◦ blue 114

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

Shades of Cranberry #D74D72

Tints of Cranberry #D74D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.08%

R = 52.96%
G = 18.97%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D74D72 (or 0xD74D72) is known color: Cranberry. HEX triplet: D7, 4D and 72. RGB value is (215,77,114). Sum of RGB (Red+Green+Blue) = 215+77+114=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D72 is #28B28D. Grayscale: #7A7A7A. Windows color (decimal): -2667150 or 7491031. OLE color: 7491031.

HSL color Cylindrical-coordinate representation of color #D74D72: hue angle of 343.91º 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 #D74D72 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 77 114 -
CMYK 0 0.64 0.47 0.16
HSL 343.91º 0.63% 0.57% -
HSV(B) 343.91º 0.64% 0.84% -
XYZ 33.72 20.97 18.19 -
YUV 122.48 123.22 193.99 -
System Red Green Blue C M Y K H S L
Decimal 215 77 114 0 0.64 0.47 0.16 343.91 0.63 0.57
Hex D7 4D 72 0 40 2F 10 158 3F 39
Octal 327 115 162 0 100 57 20 530 77 71
Binary 11010111 1001101 1110010 0 1000000 101111 10000 101011000 111111 111001

Color Harmonies of #D74D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D72

Black with #D74D72

Text Example


Text Example

White with #D74D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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