Html Css Color HEX #D85D85 Cranberry

📋 copy color: '#D85D85'

red 216 ◦ green 93 ◦ blue 133

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

Shades of Cranberry #D85D85

Tints of Cranberry #D85D85

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.04%

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

R = 48.87%
G = 21.04%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D85D85 (or 0xD85D85) is known color: Cranberry. HEX triplet: D8, 5D and 85. RGB value is (216,93,133). Sum of RGB (Red+Green+Blue) = 216+93+133=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85D85 is #27A27A. Grayscale: #868686. Windows color (decimal): -2597499 or 8740312. OLE color: 8740312.

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

Color convert

RGB 216 93 133 -
CMYK 0 0.57 0.38 0.15
HSL 340.49º 0.61% 0.61% -
HSV(B) 340.49º 0.57% 0.85% -
XYZ 36.47 24.12 24.92 -
YUV 134.34 127.25 186.25 -
System Red Green Blue C M Y K H S L
Decimal 216 93 133 0 0.57 0.38 0.15 340.49 0.61 0.61
Hex D8 5D 85 0 39 26 F 154 3D 3D
Octal 330 135 205 0 71 46 17 524 75 75
Binary 11011000 1011101 10000101 0 111001 100110 1111 101010100 111101 111101

Color Harmonies of #D85D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D85

Black with #D85D85

Text Example


Text Example

White with #D85D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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