Html Css Color HEX #D74A72 Cranberry

📋 copy color: '#D74A72'

red 215 ◦ green 74 ◦ blue 114

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

Shades of Cranberry #D74A72

Tints of Cranberry #D74A72

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.36%

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

R = 53.35%
G = 18.36%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D74A72 (or 0xD74A72) is known color: Cranberry. HEX triplet: D7, 4A and 72. RGB value is (215,74,114). Sum of RGB (Red+Green+Blue) = 215+74+114=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74A72 is #28B58D. Grayscale: #787878. Windows color (decimal): -2667918 or 7490263. OLE color: 7490263.

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

Color convert

RGB 215 74 114 -
CMYK 0 0.66 0.47 0.16
HSL 342.98º 0.64% 0.57% -
HSV(B) 342.98º 0.66% 0.84% -
XYZ 33.51 20.56 18.12 -
YUV 120.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 215 74 114 0 0.66 0.47 0.16 342.98 0.64 0.57
Hex D7 4A 72 0 42 2F 10 157 40 39
Octal 327 112 162 0 102 57 20 527 100 71
Binary 11010111 1001010 1110010 0 1000010 101111 10000 101010111 1000000 111001

Color Harmonies of #D74A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A72

Black with #D74A72

Text Example


Text Example

White with #D74A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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