Html Css Color HEX #D84685 Cranberry

📋 copy color: '#D84685'

red 216 ◦ green 70 ◦ blue 133

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

Shades of Cranberry #D84685

Tints of Cranberry #D84685

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.71%

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

R = 51.55%
G = 16.71%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D84685 (or 0xD84685) is known color: Cranberry. HEX triplet: D8, 46 and 85. RGB value is (216,70,133). Sum of RGB (Red+Green+Blue) = 216+70+133=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D84685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84685 is #27B97A. Grayscale: #787878. Windows color (decimal): -2603387 or 8734424. OLE color: 8734424.

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

Color convert

RGB 216 70 133 -
CMYK 0 0.68 0.38 0.15
HSL 334.11º 0.65% 0.56% -
HSV(B) 334.11º 0.68% 0.85% -
XYZ 34.74 20.67 24.35 -
YUV 120.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 216 70 133 0 0.68 0.38 0.15 334.11 0.65 0.56
Hex D8 46 85 0 44 26 F 14E 41 38
Octal 330 106 205 0 104 46 17 516 101 70
Binary 11011000 1000110 10000101 0 1000100 100110 1111 101001110 1000001 111000

Color Harmonies of #D84685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84685

Black with #D84685

Text Example


Text Example

White with #D84685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84685; }

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

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

background-color css

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

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

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

border-color css

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

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

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