Html Css Color HEX #D85D83 Cranberry

📋 copy color: '#D85D83'

red 216 ◦ green 93 ◦ blue 131

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

Shades of Cranberry #D85D83

Tints of Cranberry #D85D83

RGB

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

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

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

R = 49.09%
G = 21.14%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D85D83 (or 0xD85D83) is known color: Cranberry. HEX triplet: D8, 5D and 83. RGB value is (216,93,131). Sum of RGB (Red+Green+Blue) = 216+93+131=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85D83 is #27A27C. Grayscale: #868686. Windows color (decimal): -2597501 or 8609240. OLE color: 8609240.

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

Color convert

RGB 216 93 131 -
CMYK 0 0.57 0.39 0.15
HSL 341.46º 0.61% 0.61% -
HSV(B) 341.46º 0.57% 0.85% -
XYZ 36.33 24.07 24.2 -
YUV 134.11 126.25 186.41 -
System Red Green Blue C M Y K H S L
Decimal 216 93 131 0 0.57 0.39 0.15 341.46 0.61 0.61
Hex D8 5D 83 0 39 27 F 155 3D 3D
Octal 330 135 203 0 71 47 17 525 75 75
Binary 11011000 1011101 10000011 0 111001 100111 1111 101010101 111101 111101

Color Harmonies of #D85D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D83

Black with #D85D83

Text Example


Text Example

White with #D85D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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