Html Css Color HEX #D85E7B Cranberry

📋 copy color: '#D85E7B'

red 216 ◦ green 94 ◦ blue 123

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

Shades of Cranberry #D85E7B

Tints of Cranberry #D85E7B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.71%

 BLUE value IS 123 (48.44% from 255) = 28.41%

R = 49.88%
G = 21.71%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D85E7B (or 0xD85E7B) is known color: Cranberry. HEX triplet: D8, 5E and 7B. RGB value is (216,94,123). Sum of RGB (Red+Green+Blue) = 216+94+123=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E7B is #27A184. Grayscale: #858585. Windows color (decimal): -2597253 or 8085208. OLE color: 8085208.

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

Color convert

RGB 216 94 123 -
CMYK 0 0.56 0.43 0.15
HSL 345.74º 0.61% 0.61% -
HSV(B) 345.74º 0.56% 0.85% -
XYZ 35.9 24.03 21.49 -
YUV 133.78 121.92 186.64 -
System Red Green Blue C M Y K H S L
Decimal 216 94 123 0 0.56 0.43 0.15 345.74 0.61 0.61
Hex D8 5E 7B 0 38 2B F 15A 3D 3D
Octal 330 136 173 0 70 53 17 532 75 75
Binary 11011000 1011110 1111011 0 111000 101011 1111 101011010 111101 111101

Color Harmonies of #D85E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E7B

Black with #D85E7B

Text Example


Text Example

White with #D85E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E7B; }

 p { color: rgb(216,94,123); }

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

background-color css

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

 a { background-color: rgb(216,94,123); }

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

border-color css

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

 span { border-color: rgb(216,94,123); }

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