Html Css Color HEX #D84D6F Cranberry

📋 copy color: '#D84D6F'

red 216 ◦ green 77 ◦ blue 111

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

Shades of Cranberry #D84D6F

Tints of Cranberry #D84D6F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.06%

 BLUE value IS 111 (43.75% from 255) = 27.48%

R = 53.47%
G = 19.06%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D84D6F (or 0xD84D6F) is known color: Cranberry. HEX triplet: D8, 4D and 6F. RGB value is (216,77,111). Sum of RGB (Red+Green+Blue) = 216+77+111=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84D6F is #27B290. Grayscale: #7A7A7A. Windows color (decimal): -2601617 or 7294424. OLE color: 7294424.

HSL color Cylindrical-coordinate representation of color #D84D6F: hue angle of 345.32º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84D6F is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 77 111 -
CMYK 0 0.64 0.49 0.15
HSL 345.32º 0.64% 0.57% -
HSV(B) 345.32º 0.64% 0.85% -
XYZ 33.84 21.05 17.32 -
YUV 122.44 121.55 194.74 -
System Red Green Blue C M Y K H S L
Decimal 216 77 111 0 0.64 0.49 0.15 345.32 0.64 0.57
Hex D8 4D 6F 0 40 31 F 159 40 39
Octal 330 115 157 0 100 61 17 531 100 71
Binary 11011000 1001101 1101111 0 1000000 110001 1111 101011001 1000000 111001

Color Harmonies of #D84D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D6F

Black with #D84D6F

Text Example


Text Example

White with #D84D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D6F; }

 p { color: rgb(216,77,111); }

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

background-color css

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

 a { background-color: rgb(216,77,111); }

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

border-color css

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

 span { border-color: rgb(216,77,111); }

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