Html Css Color HEX #D85E7D Cranberry

📋 copy color: '#D85E7D'

red 216 ◦ green 94 ◦ blue 125

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

Shades of Cranberry #D85E7D

Tints of Cranberry #D85E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.74%

R = 49.66%
G = 21.61%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D85E7D (or 0xD85E7D) is known color: Cranberry. HEX triplet: D8, 5E and 7D. RGB value is (216,94,125). Sum of RGB (Red+Green+Blue) = 216+94+125=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E7D is #27A182. Grayscale: #868686. Windows color (decimal): -2597251 or 8216280. OLE color: 8216280.

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

Color convert

RGB 216 94 125 -
CMYK 0 0.56 0.42 0.15
HSL 344.75º 0.61% 0.61% -
HSV(B) 344.75º 0.56% 0.85% -
XYZ 36.02 24.09 22.15 -
YUV 134.01 122.92 186.48 -
System Red Green Blue C M Y K H S L
Decimal 216 94 125 0 0.56 0.42 0.15 344.75 0.61 0.61
Hex D8 5E 7D 0 38 2A F 159 3D 3D
Octal 330 136 175 0 70 52 17 531 75 75
Binary 11011000 1011110 1111101 0 111000 101010 1111 101011001 111101 111101

Color Harmonies of #D85E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E7D

Black with #D85E7D

Text Example


Text Example

White with #D85E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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