Html Css Color HEX #D85F82 Cranberry

📋 copy color: '#D85F82'

red 216 ◦ green 95 ◦ blue 130

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

Shades of Cranberry #D85F82

Tints of Cranberry #D85F82

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.54%

 BLUE value IS 130 (51.17% from 255) = 29.48%

R = 48.98%
G = 21.54%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D85F82 (or 0xD85F82) is known color: Cranberry. HEX triplet: D8, 5F and 82. RGB value is (216,95,130). Sum of RGB (Red+Green+Blue) = 216+95+130=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85F82 is #27A07D. Grayscale: #878787. Windows color (decimal): -2596990 or 8544216. OLE color: 8544216.

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

Color convert

RGB 216 95 130 -
CMYK 0 0.56 0.40 0.15
HSL 342.64º 0.61% 0.61% -
HSV(B) 342.64º 0.56% 0.85% -
XYZ 36.44 24.4 23.91 -
YUV 135.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 216 95 130 0 0.56 0.40 0.15 342.64 0.61 0.61
Hex D8 5F 82 0 38 28 F 157 3D 3D
Octal 330 137 202 0 70 50 17 527 75 75
Binary 11011000 1011111 10000010 0 111000 101000 1111 101010111 111101 111101

Color Harmonies of #D85F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F82

Black with #D85F82

Text Example


Text Example

White with #D85F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F82; }

 p { color: rgb(216,95,130); }

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

background-color css

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

 a { background-color: rgb(216,95,130); }

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

border-color css

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

 span { border-color: rgb(216,95,130); }

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