Html Css Color HEX #D84F7A Cranberry

📋 copy color: '#D84F7A'

red 216 ◦ green 79 ◦ blue 122

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

Shades of Cranberry #D84F7A

Tints of Cranberry #D84F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.26%

R = 51.8%
G = 18.94%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D84F7A (or 0xD84F7A) is known color: Cranberry. HEX triplet: D8, 4F and 7A. RGB value is (216,79,122). Sum of RGB (Red+Green+Blue) = 216+79+122=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84F7A is #27B085. Grayscale: #7C7C7C. Windows color (decimal): -2601094 or 8015832. OLE color: 8015832.

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

Color convert

RGB 216 79 122 -
CMYK 0 0.63 0.44 0.15
HSL 341.17º 0.64% 0.58% -
HSV(B) 341.17º 0.63% 0.85% -
XYZ 34.63 21.6 20.76 -
YUV 124.87 126.39 193 -
System Red Green Blue C M Y K H S L
Decimal 216 79 122 0 0.63 0.44 0.15 341.17 0.64 0.58
Hex D8 4F 7A 0 3F 2C F 155 40 3A
Octal 330 117 172 0 77 54 17 525 100 72
Binary 11011000 1001111 1111010 0 111111 101100 1111 101010101 1000000 111010

Color Harmonies of #D84F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84F7A

Black with #D84F7A

Text Example


Text Example

White with #D84F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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