Html Css Color HEX #D74E71 Cranberry

📋 copy color: '#D74E71'

red 215 ◦ green 78 ◦ blue 113

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

Shades of Cranberry #D74E71

Tints of Cranberry #D74E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.83%

R = 52.96%
G = 19.21%
B = 27.83%

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

#D74E71 (or 0xD74E71) is known color: Cranberry. HEX triplet: D7, 4E and 71. RGB value is (215,78,113). Sum of RGB (Red+Green+Blue) = 215+78+113=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74E71 is #28B18E. Grayscale: #7A7A7A. Windows color (decimal): -2666895 or 7425751. OLE color: 7425751.

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

Color convert

RGB 215 78 113 -
CMYK 0 0.64 0.47 0.16
HSL 344.67º 0.63% 0.57% -
HSV(B) 344.67º 0.64% 0.84% -
XYZ 33.73 21.09 17.92 -
YUV 122.95 122.39 193.65 -
System Red Green Blue C M Y K H S L
Decimal 215 78 113 0 0.64 0.47 0.16 344.67 0.63 0.57
Hex D7 4E 71 0 40 2F 10 159 3F 39
Octal 327 116 161 0 100 57 20 531 77 71
Binary 11010111 1001110 1110001 0 1000000 101111 10000 101011001 111111 111001

Color Harmonies of #D74E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74E71

Black with #D74E71

Text Example


Text Example

White with #D74E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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