Html Css Color HEX #D84D83 Cranberry

📋 copy color: '#D84D83'

red 216 ◦ green 77 ◦ blue 131

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

Shades of Cranberry #D84D83

Tints of Cranberry #D84D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.9%

R = 50.94%
G = 18.16%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D84D83 (or 0xD84D83) is known color: Cranberry. HEX triplet: D8, 4D and 83. RGB value is (216,77,131). Sum of RGB (Red+Green+Blue) = 216+77+131=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84D83 is #27B27C. Grayscale: #7C7C7C. Windows color (decimal): -2601597 or 8605144. OLE color: 8605144.

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

Color convert

RGB 216 77 131 -
CMYK 0 0.64 0.39 0.15
HSL 336.69º 0.64% 0.57% -
HSV(B) 336.69º 0.64% 0.85% -
XYZ 35.07 21.55 23.78 -
YUV 124.72 131.55 193.11 -
System Red Green Blue C M Y K H S L
Decimal 216 77 131 0 0.64 0.39 0.15 336.69 0.64 0.57
Hex D8 4D 83 0 40 27 F 151 40 39
Octal 330 115 203 0 100 47 17 521 100 71
Binary 11011000 1001101 10000011 0 1000000 100111 1111 101010001 1000000 111001

Color Harmonies of #D84D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D83

Black with #D84D83

Text Example


Text Example

White with #D84D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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