Html Css Color HEX #D84C82 Cranberry

📋 copy color: '#D84C82'

red 216 ◦ green 76 ◦ blue 130

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

Shades of Cranberry #D84C82

Tints of Cranberry #D84C82

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.01%

 BLUE value IS 130 (51.17% from 255) = 30.81%

R = 51.18%
G = 18.01%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D84C82 (or 0xD84C82) is known color: Cranberry. HEX triplet: D8, 4C and 82. RGB value is (216,76,130). Sum of RGB (Red+Green+Blue) = 216+76+130=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84C82 is #27B37D. Grayscale: #7B7B7B. Windows color (decimal): -2601854 or 8539352. OLE color: 8539352.

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

Color convert

RGB 216 76 130 -
CMYK 0 0.65 0.40 0.15
HSL 336.86º 0.64% 0.57% -
HSV(B) 336.86º 0.65% 0.85% -
XYZ 34.93 21.38 23.4 -
YUV 124.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 216 76 130 0 0.65 0.40 0.15 336.86 0.64 0.57
Hex D8 4C 82 0 41 28 F 151 40 39
Octal 330 114 202 0 101 50 17 521 100 71
Binary 11011000 1001100 10000010 0 1000001 101000 1111 101010001 1000000 111001

Color Harmonies of #D84C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C82

Black with #D84C82

Text Example


Text Example

White with #D84C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C82; }

 p { color: rgb(216,76,130); }

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

background-color css

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

 a { background-color: rgb(216,76,130); }

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

border-color css

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

 span { border-color: rgb(216,76,130); }

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