Html Css Color HEX #D84E74 Cranberry

📋 copy color: '#D84E74'

red 216 ◦ green 78 ◦ blue 116

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

Shades of Cranberry #D84E74

Tints of Cranberry #D84E74

RGB

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

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

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

R = 52.68%
G = 19.02%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D84E74 (or 0xD84E74) is known color: Cranberry. HEX triplet: D8, 4E and 74. RGB value is (216,78,116). Sum of RGB (Red+Green+Blue) = 216+78+116=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84E74 is #27B18B. Grayscale: #7B7B7B. Windows color (decimal): -2601356 or 7622360. OLE color: 7622360.

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

Color convert

RGB 216 78 116 -
CMYK 0 0.64 0.46 0.15
HSL 343.48º 0.64% 0.58% -
HSV(B) 343.48º 0.64% 0.85% -
XYZ 34.2 21.31 18.83 -
YUV 123.59 123.72 193.91 -
System Red Green Blue C M Y K H S L
Decimal 216 78 116 0 0.64 0.46 0.15 343.48 0.64 0.58
Hex D8 4E 74 0 40 2E F 157 40 3A
Octal 330 116 164 0 100 56 17 527 100 72
Binary 11011000 1001110 1110100 0 1000000 101110 1111 101010111 1000000 111010

Color Harmonies of #D84E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84E74

Black with #D84E74

Text Example


Text Example

White with #D84E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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