Html Css Color HEX #D74973 Cranberry

📋 copy color: '#D74973'

red 215 ◦ green 73 ◦ blue 115

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

Shades of Cranberry #D74973

Tints of Cranberry #D74973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.11%

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

R = 53.35%
G = 18.11%
B = 28.54%

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

#D74973 (or 0xD74973) is known color: Cranberry. HEX triplet: D7, 49 and 73. RGB value is (215,73,115). Sum of RGB (Red+Green+Blue) = 215+73+115=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D74973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74973 is #28B68C. Grayscale: #787878. Windows color (decimal): -2668173 or 7555543. OLE color: 7555543.

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

Color convert

RGB 215 73 115 -
CMYK 0 0.66 0.47 0.16
HSL 342.25º 0.64% 0.56% -
HSV(B) 342.25º 0.66% 0.84% -
XYZ 33.5 20.45 18.4 -
YUV 120.25 125.04 195.58 -
System Red Green Blue C M Y K H S L
Decimal 215 73 115 0 0.66 0.47 0.16 342.25 0.64 0.56
Hex D7 49 73 0 42 2F 10 156 40 38
Octal 327 111 163 0 102 57 20 526 100 70
Binary 11010111 1001001 1110011 0 1000010 101111 10000 101010110 1000000 111000

Color Harmonies of #D74973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74973

Black with #D74973

Text Example


Text Example

White with #D74973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74973; }

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

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

background-color css

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

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

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

border-color css

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

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

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