Html Css Color HEX #D84F74 Cranberry

📋 copy color: '#D84F74'

red 216 ◦ green 79 ◦ blue 116

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

Shades of Cranberry #D84F74

Tints of Cranberry #D84F74

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.22%

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

R = 52.55%
G = 19.22%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D84F74 (or 0xD84F74) is known color: Cranberry. HEX triplet: D8, 4F and 74. RGB value is (216,79,116). Sum of RGB (Red+Green+Blue) = 216+79+116=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84F74 is #27B08B. Grayscale: #7C7C7C. Windows color (decimal): -2601100 or 7622616. OLE color: 7622616.

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

Color convert

RGB 216 79 116 -
CMYK 0 0.63 0.46 0.15
HSL 343.8º 0.64% 0.58% -
HSV(B) 343.8º 0.63% 0.85% -
XYZ 34.27 21.45 18.86 -
YUV 124.18 123.39 193.49 -
System Red Green Blue C M Y K H S L
Decimal 216 79 116 0 0.63 0.46 0.15 343.8 0.64 0.58
Hex D8 4F 74 0 3F 2E F 158 40 3A
Octal 330 117 164 0 77 56 17 530 100 72
Binary 11011000 1001111 1110100 0 111111 101110 1111 101011000 1000000 111010

Color Harmonies of #D84F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84F74

Black with #D84F74

Text Example


Text Example

White with #D84F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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