Html Css Color HEX #D84F7C Cranberry

📋 copy color: '#D84F7C'

red 216 ◦ green 79 ◦ blue 124

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

Shades of Cranberry #D84F7C

Tints of Cranberry #D84F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.59%

R = 51.55%
G = 18.85%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D84F7C (or 0xD84F7C) is known color: Cranberry. HEX triplet: D8, 4F and 7C. RGB value is (216,79,124). Sum of RGB (Red+Green+Blue) = 216+79+124=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84F7C is #27B083. Grayscale: #7D7D7D. Windows color (decimal): -2601092 or 8146904. OLE color: 8146904.

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

Color convert

RGB 216 79 124 -
CMYK 0 0.63 0.43 0.15
HSL 340.29º 0.64% 0.58% -
HSV(B) 340.29º 0.63% 0.85% -
XYZ 34.75 21.65 21.42 -
YUV 125.09 127.39 192.84 -
System Red Green Blue C M Y K H S L
Decimal 216 79 124 0 0.63 0.43 0.15 340.29 0.64 0.58
Hex D8 4F 7C 0 3F 2B F 154 40 3A
Octal 330 117 174 0 77 53 17 524 100 72
Binary 11011000 1001111 1111100 0 111111 101011 1111 101010100 1000000 111010

Color Harmonies of #D84F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84F7C

Black with #D84F7C

Text Example


Text Example

White with #D84F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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