Html Css Color HEX #D74B73 Cranberry

📋 copy color: '#D74B73'

red 215 ◦ green 75 ◦ blue 115

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

Shades of Cranberry #D74B73

Tints of Cranberry #D74B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.52%

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

R = 53.09%
G = 18.52%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D74B73 (or 0xD74B73) is known color: Cranberry. HEX triplet: D7, 4B and 73. RGB value is (215,75,115). Sum of RGB (Red+Green+Blue) = 215+75+115=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74B73 is #28B48C. Grayscale: #797979. Windows color (decimal): -2667661 or 7556055. OLE color: 7556055.

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

Color convert

RGB 215 75 115 -
CMYK 0 0.65 0.47 0.16
HSL 342.86º 0.64% 0.57% -
HSV(B) 342.86º 0.65% 0.84% -
XYZ 33.63 20.72 18.45 -
YUV 121.42 124.38 194.75 -
System Red Green Blue C M Y K H S L
Decimal 215 75 115 0 0.65 0.47 0.16 342.86 0.64 0.57
Hex D7 4B 73 0 41 2F 10 157 40 39
Octal 327 113 163 0 101 57 20 527 100 71
Binary 11010111 1001011 1110011 0 1000001 101111 10000 101010111 1000000 111001

Color Harmonies of #D74B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74B73

Black with #D74B73

Text Example


Text Example

White with #D74B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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