Html Css Color HEX #D86180 Cranberry

📋 copy color: '#D86180'

red 216 ◦ green 97 ◦ blue 128

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

Shades of Cranberry #D86180

Tints of Cranberry #D86180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22%

 BLUE value IS 128 (50.39% from 255) = 29.02%

R = 48.98%
G = 22%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D86180 (or 0xD86180) is known color: Cranberry. HEX triplet: D8, 61 and 80. RGB value is (216,97,128). Sum of RGB (Red+Green+Blue) = 216+97+128=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D86180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86180 is #279E7F. Grayscale: #888888. Windows color (decimal): -2596480 or 8413656. OLE color: 8413656.

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

Color convert

RGB 216 97 128 -
CMYK 0 0.55 0.41 0.15
HSL 344.37º 0.6% 0.61% -
HSV(B) 344.37º 0.55% 0.85% -
XYZ 36.49 24.71 23.27 -
YUV 136.12 123.42 184.98 -
System Red Green Blue C M Y K H S L
Decimal 216 97 128 0 0.55 0.41 0.15 344.37 0.6 0.61
Hex D8 61 80 0 37 29 F 158 3C 3D
Octal 330 141 200 0 67 51 17 530 74 75
Binary 11011000 1100001 10000000 0 110111 101001 1111 101011000 111100 111101

Color Harmonies of #D86180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86180

Black with #D86180

Text Example


Text Example

White with #D86180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86180; }

 p { color: rgb(216,97,128); }

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

background-color css

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

 a { background-color: rgb(216,97,128); }

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

border-color css

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

 span { border-color: rgb(216,97,128); }

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