Html Css Color HEX #D74E73 Cranberry

📋 copy color: '#D74E73'

red 215 ◦ green 78 ◦ blue 115

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

Shades of Cranberry #D74E73

Tints of Cranberry #D74E73

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.12%

 BLUE value IS 115 (45.31% from 255) = 28.19%

R = 52.7%
G = 19.12%
B = 28.19%

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

#D74E73 (or 0xD74E73) is known color: Cranberry. HEX triplet: D7, 4E and 73. RGB value is (215,78,115). Sum of RGB (Red+Green+Blue) = 215+78+115=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74E73 is #28B18C. Grayscale: #7B7B7B. Windows color (decimal): -2666893 or 7556823. OLE color: 7556823.

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

Color convert

RGB 215 78 115 -
CMYK 0 0.64 0.47 0.16
HSL 343.8º 0.63% 0.57% -
HSV(B) 343.8º 0.64% 0.84% -
XYZ 33.84 21.13 18.52 -
YUV 123.18 123.39 193.49 -
System Red Green Blue C M Y K H S L
Decimal 215 78 115 0 0.64 0.47 0.16 343.8 0.63 0.57
Hex D7 4E 73 0 40 2F 10 158 3F 39
Octal 327 116 163 0 100 57 20 530 77 71
Binary 11010111 1001110 1110011 0 1000000 101111 10000 101011000 111111 111001

Color Harmonies of #D74E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74E73

Black with #D74E73

Text Example


Text Example

White with #D74E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74E73; }

 p { color: rgb(215,78,115); }

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

background-color css

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

 a { background-color: rgb(215,78,115); }

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

border-color css

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

 span { border-color: rgb(215,78,115); }

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