Html Css Color HEX #D84C85 Cranberry

📋 copy color: '#D84C85'

red 216 ◦ green 76 ◦ blue 133

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

Shades of Cranberry #D84C85

Tints of Cranberry #D84C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.29%

R = 50.82%
G = 17.88%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D84C85 (or 0xD84C85) is known color: Cranberry. HEX triplet: D8, 4C and 85. RGB value is (216,76,133). Sum of RGB (Red+Green+Blue) = 216+76+133=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84C85 is #27B37A. Grayscale: #7C7C7C. Windows color (decimal): -2601851 or 8735960. OLE color: 8735960.

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

Color convert

RGB 216 76 133 -
CMYK 0 0.65 0.38 0.15
HSL 335.57º 0.64% 0.57% -
HSV(B) 335.57º 0.65% 0.85% -
XYZ 35.14 21.46 24.48 -
YUV 124.36 132.88 193.37 -
System Red Green Blue C M Y K H S L
Decimal 216 76 133 0 0.65 0.38 0.15 335.57 0.64 0.57
Hex D8 4C 85 0 41 26 F 150 40 39
Octal 330 114 205 0 101 46 17 520 100 71
Binary 11011000 1001100 10000101 0 1000001 100110 1111 101010000 1000000 111001

Color Harmonies of #D84C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C85

Black with #D84C85

Text Example


Text Example

White with #D84C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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