Html Css Color HEX #D84C74 Cranberry

📋 copy color: '#D84C74'

red 216 ◦ green 76 ◦ blue 116

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

Shades of Cranberry #D84C74

Tints of Cranberry #D84C74

RGB

 RED value IS 216 (84.77% from 255) = 52.94%

 GREEN value IS 76 (30.08% from 255) = 18.63%

 BLUE value IS 116 (45.7% from 255) = 28.43%

R = 52.94%
G = 18.63%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D84C74 (or 0xD84C74) is known color: Cranberry. HEX triplet: D8, 4C and 74. RGB value is (216,76,116). Sum of RGB (Red+Green+Blue) = 216+76+116=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C74 is #27B38B. Grayscale: #7A7A7A. Windows color (decimal): -2601868 or 7621848. OLE color: 7621848.

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

Color convert

RGB 216 76 116 -
CMYK 0 0.65 0.46 0.15
HSL 342.86º 0.64% 0.57% -
HSV(B) 342.86º 0.65% 0.85% -
XYZ 34.06 21.03 18.79 -
YUV 122.42 124.38 194.75 -
System Red Green Blue C M Y K H S L
Decimal 216 76 116 0 0.65 0.46 0.15 342.86 0.64 0.57
Hex D8 4C 74 0 41 2E F 157 40 39
Octal 330 114 164 0 101 56 17 527 100 71
Binary 11011000 1001100 1110100 0 1000001 101110 1111 101010111 1000000 111001

Color Harmonies of #D84C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C74

Black with #D84C74

Text Example


Text Example

White with #D84C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C74; }

 p { color: rgb(216,76,116); }

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

background-color css

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

 a { background-color: rgb(216,76,116); }

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

border-color css

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

 span { border-color: rgb(216,76,116); }

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