Html Css Color HEX #D84F76 Cranberry

📋 copy color: '#D84F76'

red 216 ◦ green 79 ◦ blue 118

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

Shades of Cranberry #D84F76

Tints of Cranberry #D84F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.57%

R = 52.3%
G = 19.13%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D84F76 (or 0xD84F76) is known color: Cranberry. HEX triplet: D8, 4F and 76. RGB value is (216,79,118). Sum of RGB (Red+Green+Blue) = 216+79+118=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84F76 is #27B089. Grayscale: #7C7C7C. Windows color (decimal): -2601098 or 7753688. OLE color: 7753688.

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

Color convert

RGB 216 79 118 -
CMYK 0 0.63 0.45 0.15
HSL 342.92º 0.64% 0.58% -
HSV(B) 342.92º 0.63% 0.85% -
XYZ 34.38 21.5 19.48 -
YUV 124.41 124.39 193.33 -
System Red Green Blue C M Y K H S L
Decimal 216 79 118 0 0.63 0.45 0.15 342.92 0.64 0.58
Hex D8 4F 76 0 3F 2D F 157 40 3A
Octal 330 117 166 0 77 55 17 527 100 72
Binary 11011000 1001111 1110110 0 111111 101101 1111 101010111 1000000 111010

Color Harmonies of #D84F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84F76

Black with #D84F76

Text Example


Text Example

White with #D84F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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