Html Css Color HEX #D86080 Cranberry

📋 copy color: '#D86080'

red 216 ◦ green 96 ◦ blue 128

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

Shades of Cranberry #D86080

Tints of Cranberry #D86080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.82%

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

R = 49.09%
G = 21.82%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D86080 (or 0xD86080) is known color: Cranberry. HEX triplet: D8, 60 and 80. RGB value is (216,96,128). Sum of RGB (Red+Green+Blue) = 216+96+128=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D86080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86080 is #279F7F. Grayscale: #878787. Windows color (decimal): -2596736 or 8413400. OLE color: 8413400.

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

Color convert

RGB 216 96 128 -
CMYK 0 0.56 0.41 0.15
HSL 344º 0.61% 0.61% -
HSV(B) 344º 0.56% 0.85% -
XYZ 36.4 24.52 23.24 -
YUV 135.53 123.76 185.4 -
System Red Green Blue C M Y K H S L
Decimal 216 96 128 0 0.56 0.41 0.15 344 0.61 0.61
Hex D8 60 80 0 38 29 F 158 3D 3D
Octal 330 140 200 0 70 51 17 530 75 75
Binary 11011000 1100000 10000000 0 111000 101001 1111 101011000 111101 111101

Color Harmonies of #D86080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86080

Black with #D86080

Text Example


Text Example

White with #D86080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86080; }

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

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

background-color css

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

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

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

border-color css

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

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

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