Html Css Color HEX #D74E72 Cranberry

📋 copy color: '#D74E72'

red 215 ◦ green 78 ◦ blue 114

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

Shades of Cranberry #D74E72

Tints of Cranberry #D74E72

RGB

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

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

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

R = 52.83%
G = 19.16%
B = 28.01%

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

#D74E72 (or 0xD74E72) is known color: Cranberry. HEX triplet: D7, 4E and 72. RGB value is (215,78,114). Sum of RGB (Red+Green+Blue) = 215+78+114=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74E72 is #28B18D. Grayscale: #7B7B7B. Windows color (decimal): -2666894 or 7491287. OLE color: 7491287.

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

Color convert

RGB 215 78 114 -
CMYK 0 0.64 0.47 0.16
HSL 344.23º 0.63% 0.57% -
HSV(B) 344.23º 0.64% 0.84% -
XYZ 33.79 21.11 18.21 -
YUV 123.07 122.89 193.57 -
System Red Green Blue C M Y K H S L
Decimal 215 78 114 0 0.64 0.47 0.16 344.23 0.63 0.57
Hex D7 4E 72 0 40 2F 10 158 3F 39
Octal 327 116 162 0 100 57 20 530 77 71
Binary 11010111 1001110 1110010 0 1000000 101111 10000 101011000 111111 111001

Color Harmonies of #D74E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74E72

Black with #D74E72

Text Example


Text Example

White with #D74E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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