Html Css Color HEX #D36084 Cranberry

📋 copy color: '#D36084'

red 211 ◦ green 96 ◦ blue 132

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

Shades of Cranberry #D36084

Tints of Cranberry #D36084

RGB

 RED value IS 211 (82.81% from 255) = 48.06%

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

 BLUE value IS 132 (51.95% from 255) = 30.07%

R = 48.06%
G = 21.87%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D36084 (or 0xD36084) is known color: Cranberry. HEX triplet: D3, 60 and 84. RGB value is (211,96,132). Sum of RGB (Red+Green+Blue) = 211+96+132=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D36084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36084 is #2C9F7B. Grayscale: #868686. Windows color (decimal): -2924412 or 8675539. OLE color: 8675539.

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

Color convert

RGB 211 96 132 -
CMYK 0 0.55 0.37 0.17
HSL 341.22º 0.57% 0.6% -
HSV(B) 341.22º 0.55% 0.83% -
XYZ 35.21 23.88 24.58 -
YUV 134.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 211 96 132 0 0.55 0.37 0.17 341.22 0.57 0.6
Hex D3 60 84 0 37 25 11 155 39 3C
Octal 323 140 204 0 67 45 21 525 71 74
Binary 11010011 1100000 10000100 0 110111 100101 10001 101010101 111001 111100

Color Harmonies of #D36084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36084

Black with #D36084

Text Example


Text Example

White with #D36084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36084; }

 p { color: rgb(211,96,132); }

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

background-color css

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

 a { background-color: rgb(211,96,132); }

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

border-color css

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

 span { border-color: rgb(211,96,132); }

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