Html Css Color HEX #D84F86 Cranberry

📋 copy color: '#D84F86'

red 216 ◦ green 79 ◦ blue 134

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

Shades of Cranberry #D84F86

Tints of Cranberry #D84F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.24%

R = 50.35%
G = 18.41%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D84F86 (or 0xD84F86) is known color: Cranberry. HEX triplet: D8, 4F and 86. RGB value is (216,79,134). Sum of RGB (Red+Green+Blue) = 216+79+134=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84F86 is #27B079. Grayscale: #7E7E7E. Windows color (decimal): -2601082 or 8802264. OLE color: 8802264.

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

Color convert

RGB 216 79 134 -
CMYK 0 0.63 0.38 0.15
HSL 335.91º 0.64% 0.58% -
HSV(B) 335.91º 0.63% 0.85% -
XYZ 35.42 21.91 24.92 -
YUV 126.23 132.39 192.03 -
System Red Green Blue C M Y K H S L
Decimal 216 79 134 0 0.63 0.38 0.15 335.91 0.64 0.58
Hex D8 4F 86 0 3F 26 F 150 40 3A
Octal 330 117 206 0 77 46 17 520 100 72
Binary 11011000 1001111 10000110 0 111111 100110 1111 101010000 1000000 111010

Color Harmonies of #D84F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84F86

Black with #D84F86

Text Example


Text Example

White with #D84F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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