Html Css Color HEX #D84F80 Cranberry

📋 copy color: '#D84F80'

red 216 ◦ green 79 ◦ blue 128

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

Shades of Cranberry #D84F80

Tints of Cranberry #D84F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.26%

R = 51.06%
G = 18.68%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D84F80 (or 0xD84F80) is known color: Cranberry. HEX triplet: D8, 4F and 80. RGB value is (216,79,128). Sum of RGB (Red+Green+Blue) = 216+79+128=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84F80 is #27B07F. Grayscale: #7D7D7D. Windows color (decimal): -2601088 or 8409048. OLE color: 8409048.

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

Color convert

RGB 216 79 128 -
CMYK 0 0.63 0.41 0.15
HSL 338.54º 0.64% 0.58% -
HSV(B) 338.54º 0.63% 0.85% -
XYZ 35.01 21.75 22.77 -
YUV 125.55 129.39 192.52 -
System Red Green Blue C M Y K H S L
Decimal 216 79 128 0 0.63 0.41 0.15 338.54 0.64 0.58
Hex D8 4F 80 0 3F 29 F 153 40 3A
Octal 330 117 200 0 77 51 17 523 100 72
Binary 11011000 1001111 10000000 0 111111 101001 1111 101010011 1000000 111010

Color Harmonies of #D84F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84F80

Black with #D84F80

Text Example


Text Example

White with #D84F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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