Html Css Color HEX #D84F71 Cranberry

📋 copy color: '#D84F71'

red 216 ◦ green 79 ◦ blue 113

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

Shades of Cranberry #D84F71

Tints of Cranberry #D84F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.7%

R = 52.94%
G = 19.36%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D84F71 (or 0xD84F71) is known color: Cranberry. HEX triplet: D8, 4F and 71. RGB value is (216,79,113). Sum of RGB (Red+Green+Blue) = 216+79+113=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84F71 is #27B08E. Grayscale: #7B7B7B. Windows color (decimal): -2601103 or 7426008. OLE color: 7426008.

HSL color Cylindrical-coordinate representation of color #D84F71: hue angle of 345.11º 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 #D84F71 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 79 113 -
CMYK 0 0.63 0.48 0.15
HSL 345.11º 0.64% 0.58% -
HSV(B) 345.11º 0.63% 0.85% -
XYZ 34.1 21.38 17.95 -
YUV 123.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 216 79 113 0 0.63 0.48 0.15 345.11 0.64 0.58
Hex D8 4F 71 0 3F 30 F 159 40 3A
Octal 330 117 161 0 77 60 17 531 100 72
Binary 11011000 1001111 1110001 0 111111 110000 1111 101011001 1000000 111010

Color Harmonies of #D84F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84F71

Black with #D84F71

Text Example


Text Example

White with #D84F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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