Html Css Color HEX #D16083 Cranberry

📋 copy color: '#D16083'

red 209 ◦ green 96 ◦ blue 131

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

Shades of Cranberry #D16083

Tints of Cranberry #D16083

RGB

 RED value IS 209 (82.03% from 255) = 47.94%

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

 BLUE value IS 131 (51.56% from 255) = 30.05%

R = 47.94%
G = 22.02%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D16083 (or 0xD16083) is known color: Cranberry. HEX triplet: D1, 60 and 83. RGB value is (209,96,131). Sum of RGB (Red+Green+Blue) = 209+96+131=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D16083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16083 is #2E9F7C. Grayscale: #858585. Windows color (decimal): -3055485 or 8610001. OLE color: 8610001.

HSL color Cylindrical-coordinate representation of color #D16083: hue angle of 341.42º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16083 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 96 131 -
CMYK 0 0.54 0.37 0.18
HSL 341.42º 0.55% 0.6% -
HSV(B) 341.42º 0.54% 0.82% -
XYZ 34.57 23.56 24.2 -
YUV 133.78 126.44 181.65 -
System Red Green Blue C M Y K H S L
Decimal 209 96 131 0 0.54 0.37 0.18 341.42 0.55 0.6
Hex D1 60 83 0 36 25 12 155 37 3C
Octal 321 140 203 0 66 45 22 525 67 74
Binary 11010001 1100000 10000011 0 110110 100101 10010 101010101 110111 111100

Color Harmonies of #D16083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16083

Black with #D16083

Text Example


Text Example

White with #D16083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16083; }

 p { color: rgb(209,96,131); }

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

background-color css

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

 a { background-color: rgb(209,96,131); }

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

border-color css

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

 span { border-color: rgb(209,96,131); }

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